Merge "Always enable devstack service"
This commit is contained in:
commit
e7f8940fa0
@ -8,8 +8,4 @@ For example:
|
||||
|
||||
enable_plugin astara http://github.com/openstack/astara
|
||||
|
||||
You will also need to enable the service:
|
||||
|
||||
enable_service astara
|
||||
|
||||
For more info see: http://docs.openstack.org/developer/devstack/plugins.html
|
||||
|
@ -1,3 +1,5 @@
|
||||
enable_service astara
|
||||
|
||||
for svc in q-dhcp q-l3 q-fwaas q-lbaas q-meta q-vpn; do
|
||||
if is_service_enabled $svc; then
|
||||
echo "Disabling $svc in favor of Astara."
|
||||
|
Loading…
x
Reference in New Issue
Block a user