Unification of terminology

Change-Id: I5261c1de09668d35d45cd65bd9a503e76afeb10f
This commit is contained in:
Maciej Relewicz 2016-07-27 11:11:50 +02:00
parent 55c797a48d
commit 11ccd3bd96
2 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ Networking SFC plugin configuration
Known issues Known issues
------------ ------------
1. Networking-SFC is very dynamic project, because of that we stick to last known working commit. 1. Networking SFC is very dynamic project, because of that we stick to last known working commit.
Contributors Contributors
------------ ------------

View File

@ -1,11 +1,11 @@
# Plugin name # Plugin name
name: networking-sfc name: networking-sfc
# Human-readable name for your plugin # Human-readable name for your plugin
title: Service Function Chaining Extension for OpenStack Networking title: Networking SFC Extension for OpenStack
# Plugin version # Plugin version
version: '2.0.0' version: '2.0.0'
# Description # Description
description: Service Function Chaining is a mechanism for overriding the basic destination based forwarding that is typical of IP networks. description: Networking SFC is a mechanism for overriding the basic destination based forwarding that is typical of IP networks.
# Required fuel version # Required fuel version
fuel_version: ['10.0'] fuel_version: ['10.0']
# Specify license of your plugin # Specify license of your plugin
@ -13,7 +13,7 @@ licenses: ['Apache License Version 2.0']
# Specify author or company name # Specify author or company name
authors: ['Maciej Relewicz <mrelewicz@mirantis.com>', 'Damian Szeluga <dszeluga@mirantis.com>', 'Bartosz Kupidura <bkupidura@mirantis.com>'] authors: ['Maciej Relewicz <mrelewicz@mirantis.com>', 'Damian Szeluga <dszeluga@mirantis.com>', 'Bartosz Kupidura <bkupidura@mirantis.com>']
# A link to the plugin's page # A link to the plugin's page
homepage: 'https://github.com/damjanek/fuel-plugin-networking-sfc' homepage: 'https://github.com/openstack/fuel-plugin-networking-sfc'
# Specify a group which your plugin implements, possible options: # Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor # network, storage, storage::cinder, storage::glance, hypervisor
groups: [network] groups: [network]