Docs: switch to neutron-lbaas plugin

neutron-lbaas has been removed from devstack:
https://review.openstack.org/#/c/195329/
Magnum needs to use their devstack plugin instead.

Change-Id: Id112c6859fd2b83d6f8864d6bdd9d7aaf3382f2e
Depends-On: Ia9cc4c40b41db1159ad6fd3c4ec1b17b502e0f5b
This commit is contained in:
Hongbin Lu 2016-04-13 16:30:32 -04:00
parent 39e8e1f054
commit 71c97b95cd
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ and neutron::
# Enable barbican services
enable_plugin barbican https://git.openstack.org/openstack/barbican
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
VOLUME_BACKING_FILE_SIZE=20G
END

View File

@ -123,6 +123,7 @@ Kilo, and heat is enabled by the magnum plugin)::
# Enable barbican service and use it to store TLS certificates
# For details http://docs.openstack.org/developer/magnum/dev/tls.html
enable_plugin barbican https://git.openstack.org/openstack/barbican
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
VOLUME_BACKING_FILE_SIZE=20G
END