From 2a91312ac7a7e5ed7719e9c3a961123bc08e2fbc Mon Sep 17 00:00:00 2001 From: Maciej Relewicz Date: Wed, 27 Jul 2016 11:47:38 +0200 Subject: [PATCH] Unification of terminology Change-Id: I27fe763f80ad045abf8b774b17abde70df34c405 --- README.md | 2 +- metadata.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bcb13c..a3bb8a9 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/metadata.yaml b/metadata.yaml index 7074f7d..a0e5986 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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 ', 'Damian Szeluga '] +authors: ['Maciej Relewicz ', 'Damian Szeluga ', 'Bartosz Kupidura '] # 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]