Add dashboard to Local.conf
Enable smaug dashboard plugin in the local.conf Change-Id: I2a89adeddcfedb5720dc9e20d068af8eef7ca8ca Closes-Bug: #1561354
This commit is contained in:
parent
b55f5287cb
commit
a759eb0c95
@ -8,6 +8,7 @@ SERVICE_TOKEN=password
|
||||
ADMIN_PASSWORD=password
|
||||
|
||||
enable_plugin smaug http://git.openstack.org/openstack/smaug master
|
||||
enable_plugin smaug-dashboard http://git.openstack.org/openstack/smaug-dashboard master
|
||||
|
||||
#run the services you want to use
|
||||
ENABLED_SERVICES=rabbit,mysql,key
|
||||
@ -21,5 +22,8 @@ enable_service smaug-api
|
||||
enable_service smaug-operationengine
|
||||
enable_service smaug-protection
|
||||
|
||||
#Add the smaug-dashboard services
|
||||
enable_service smaug-dashboard
|
||||
|
||||
#disable the default services you don't want to use
|
||||
disable_service n-net
|
||||
|
Loading…
Reference in New Issue
Block a user