Files
Le Hou 6d62a74e48 Use opendev repository
Change-Id: I40337b1ac19f5b5c997784dd453699621b8fc450
2019-06-17 09:27:01 +00:00
..
2018-01-29 11:24:05 +01:00
2019-06-17 09:27:01 +00:00

This directory contains the networking-sfc devstack plugin. To configure the networking sfc, in the local section, you will need to enable the networking-sfc devstack plugin by editing the local 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 https://opendev.org/openstack/networking-sfc master

For more information, see the "Externally Hosted Plugins" section of https://docs.openstack.org/devstack/latest/plugins.html .