From c772a1dbc7ace58d099570d41a889adf851c8ba8 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Mon, 28 Dec 2015 16:05:13 -0800 Subject: Added networking-sfc from openstack project with merge date Dec 23 2015 Added patch 13 for subject "add missing db migration files" Change-Id: Id51a160335a14870c1dd816a44baf9b1958b9ac6 --- devstack/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 devstack/README.md (limited to 'devstack/README.md') diff --git a/devstack/README.md b/devstack/README.md new file mode 100644 index 0000000..4093e5c --- /dev/null +++ b/devstack/README.md @@ -0,0 +1,31 @@ +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 [GITREF] + +where + + 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. -- cgit 1.2.3-korg