diff --git a/doc/source/dev/manual-devstack.rst b/doc/source/dev/manual-devstack.rst index 9de3b9ad71..367c493da0 100644 --- a/doc/source/dev/manual-devstack.rst +++ b/doc/source/dev/manual-devstack.rst @@ -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 diff --git a/doc/source/dev/quickstart.rst b/doc/source/dev/quickstart.rst index 9e625fbdf0..90028a6c09 100644 --- a/doc/source/dev/quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -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