Amend aodh passwd
Change-Id: Ibafd5e7dc5ff68754ed6bc85053187de98a8d5fe Signed-off-by: QiLiang <liangqi1@huawei.com>
This commit is contained in:
parent
b54c58cedd
commit
d8d369de24
@ -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"
|
||||
|
@ -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'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user