From 11ccd3bd96c1879fd1760c6e2d09f68f702a82c3 Mon Sep 17 00:00:00 2001 From: Maciej Relewicz Date: Wed, 27 Jul 2016 11:11:50 +0200 Subject: [PATCH] Unification of terminology Change-Id: I5261c1de09668d35d45cd65bd9a503e76afeb10f --- README.md | 2 +- metadata.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b93de83..b0741e4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,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 ffbdf1b..3bc2867 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,11 +1,11 @@ # 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: '2.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: ['10.0'] # Specify license of your plugin @@ -13,7 +13,7 @@ licenses: ['Apache License Version 2.0'] # Specify author or company name 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]