add dashboard migrate attribute

this will be used from the -dashboard cookbook

Change-Id: Ibb98ec431a88f94788125a77b52fbac86c1898bd
This commit is contained in:
Ionuț Arțăriși
2014-02-21 10:24:56 +01:00
parent 589d4be508
commit a66da5ace3

View File

@@ -133,6 +133,7 @@ default['openstack']['db']['dashboard']['host'] = node['openstack']['db']['host'
default['openstack']['db']['dashboard']['port'] = node['openstack']['db']['port']
default['openstack']['db']['dashboard']['db_name'] = 'horizon'
default['openstack']['db']['dashboard']['username'] = 'dash'
default['openstack']['db']['dashboard']['migrate'] = true
# Database used by OpenStack Metering (Ceilometer)
default['openstack']['db']['metering']['service_type'] = node['openstack']['db']['service_type']