a759eb0c95
Enable smaug dashboard plugin in the local.conf Change-Id: I2a89adeddcfedb5720dc9e20d068af8eef7ca8ca Closes-Bug: #1561354
30 lines
858 B
Plaintext
30 lines
858 B
Plaintext
[[local|localrc]]
|
|
|
|
API_WORKERS=0
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
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
|
|
ENABLED_SERVICES+=,n-cpu,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc,n-cauth
|
|
ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-meta
|
|
ENABLED_SERVICES+=,cinder,g-api,g-reg
|
|
ENABLED_SERVICES+=,c-api,c-vol,c-sch,c-bak,horizon
|
|
|
|
#Add the smaug services
|
|
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
|