Unification of terminology

Change-Id: I27fe763f80ad045abf8b774b17abde70df34c405
This commit is contained in:
Maciej Relewicz 2016-07-27 11:47:38 +02:00
parent 2bcb511240
commit 2a91312ac7
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ Networking SFC plugin configuration
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
------------

View File

@ -1,19 +1,19 @@
# Plugin name
name: networking-sfc
# Human-readable name for your plugin
title: Service Function Chaining Extension for OpenStack Networking
title: Networking SFC Extension for OpenStack
# Plugin version
version: '1.0.0'
# 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
fuel_version: ['9.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Maciej Relewicz <mrelewicz@mirantis.com>', 'Damian Szeluga <dszeluga@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
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:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: [network]