diff options
author | lfourie <louis.fourie@huawei.com> | 2017-02-28 10:40:28 -0800 |
---|---|---|
committer | lfourie <louis.fourie@huawei.com> | 2017-02-28 10:40:28 -0800 |
commit | 85499ecb3034bd1a7ccf228ca0880456d4d46c71 (patch) | |
tree | 25d49d849c26e129e968bb6a7fa0af4fa778f135 /devstack/README.md | |
parent | 4b48bf9e4a988b9fd1c6f43b8bb5e26542679fd3 (diff) |
Add VNFFG release documentation
Change-Id: Ib72fadba154e054c8c819f96d0ac5674fa7967fe
Signed-off-by: lfourie <louis.fourie@huawei.com>
Diffstat (limited to 'devstack/README.md')
-rw-r--r-- | devstack/README.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devstack/README.md b/devstack/README.md deleted file mode 100644 index 4093e5c..0000000 --- a/devstack/README.md +++ /dev/null @@ -1,31 +0,0 @@ -This directory contains the networking-sfc devstack plugin. To -configure the networking sfc, in the [[local|localrc]] section, -you will need to enable the networking-sfc devstack plugin by - editing the [[local|localrc]] section of your local.conf file. - -1) Enable the plugin - -To enable the plugin, add a line of the form: - - enable_plugin networking-sfc <GITURL> [GITREF] - -where - - <GITURL> is the URL of a networking-sfc repository - [GITREF] is an optional git ref (branch/ref/tag). The default is - master. - -For example - - If you have already cloned the networking-sfc repository (which is - useful when testing unmerged changes) - - enable_plugin networking-sfc /opt/stack/networking-sfc - - Or, if you want to pull the networking-sfc repository from Github - and use a particular branch (for example Liberty, here) - - enable_plugin networking-sfc git://git.openstack.org/openstack/networking-sfc stable/liberty - -For more information, see the "Externally Hosted Plugins" section of -http://docs.openstack.org/developer/devstack/plugins.html. |