Merge "Fix Octavia devstack instructions"
This commit is contained in:
commit
7b0de1bf85
@ -122,6 +122,31 @@ Add neutron-vpnaas repo as an external repository and configure following flags
|
||||
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas
|
||||
NEUTRON_VPNAAS_SERVICE_PROVIDER=VPN:vmware:vmware_nsx.services.vpnaas.nsxv.ipsec_driver.NSXvIPsecVpnDriver:default
|
||||
|
||||
Octavia
|
||||
~~~~~~~
|
||||
|
||||
Add octavia repo as an external repository and configure following flags in ``local.conf``::
|
||||
|
||||
[[local|localrc]]
|
||||
OCTAVIA_NODE=api
|
||||
DISABLE_AMP_IMAGE_BUILD=True
|
||||
enable_plugin octavia https://git.openstack.org/openstack/octavia.git
|
||||
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
|
||||
enable_service octavia
|
||||
enable_service o-api
|
||||
|
||||
[[post-config|$OCTAVIA_CONF]]
|
||||
[DEFAULT]
|
||||
verbose = True
|
||||
debug = True
|
||||
|
||||
[api_settings]
|
||||
default_provider_driver=vmwareedge
|
||||
enabled_provider_drivers=vmwareedge:NSX
|
||||
|
||||
[oslo_messaging]
|
||||
topic=vmwarensxv_edge_lb
|
||||
|
||||
|
||||
NSX-T
|
||||
-----
|
||||
@ -241,8 +266,8 @@ Add octavia repo as an external repository and configure following flags in ``lo
|
||||
[[local|localrc]]
|
||||
OCTAVIA_NODE=api
|
||||
DISABLE_AMP_IMAGE_BUILD=True
|
||||
enable_plugin octavia $GIT_BASE/openstack/octavia.git
|
||||
enable_plugin octavia-dashboard $GIT_BASE/openstack/octavia-dashboard
|
||||
enable_plugin octavia https://git.openstack.org/openstack/octavia.git
|
||||
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
|
||||
enable_service octavia
|
||||
enable_service o-api
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user