Amend aodh passwd

Change-Id: Ibafd5e7dc5ff68754ed6bc85053187de98a8d5fe
Signed-off-by: QiLiang <liangqi1@huawei.com>
This commit is contained in:
QiLiang 2016-06-06 17:21:22 +08:00
parent b54c58cedd
commit d8d369de24
2 changed files with 10 additions and 2 deletions

View File

@ -35,6 +35,10 @@ CONFIG_MAPPING = {
"username": "ceilometer",
"password": "ceilometer"
},
"alarming": {
"username": "aodh",
"password": "aodh"
},
"network": {
"username": "neutron",
"password": "neutron"
@ -90,6 +94,10 @@ CONFIG_MAPPING = {
"username": "ceilometer",
"password": "ceilometer"
},
"alarming": {
"username": "aodh",
"password": "aodh"
},
"network": {
"username": "quantum",
"password": "quantum"

View File

@ -8,7 +8,7 @@ METADATA = {
'_self': {
'required_in_whole_config': True,
'key_extensions': {
'$service': ['image', 'compute', 'dashboard', 'identity', 'metering', 'network', 'rabbitmq', 'volume', 'mysql', 'heat']
'$service': ['image', 'compute', 'dashboard', 'identity', 'metering', 'network', 'rabbitmq', 'volume', 'mysql', 'heat', 'alarming']
},
'mapping_to': 'service_credentials'
},
@ -37,7 +37,7 @@ METADATA = {
'_self': {
'required_in_whole_config': True,
'key_extensions': {
'$console': ['admin', 'demo', 'compute', 'dashboard', 'image', 'identity', 'metering', 'network', 'object-store', 'volume', 'heat']
'$console': ['admin', 'demo', 'compute', 'dashboard', 'image', 'identity', 'metering', 'network', 'object-store', 'volume', 'heat', 'alarming']
},
'mapping_to': 'console_credentials'
},