Merge "Don't alarm users with "skipping postconfig" messages"
This commit is contained in:
commit
f666339199
@ -13,8 +13,6 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
WEBROOT = '/dashboard/'
|
||||
|
||||
SERVICE_LIST = {
|
||||
'aodh': {'password_field': 'OVERCLOUD_AODH_PASSWORD'},
|
||||
'ceilometer': {'password_field': 'OVERCLOUD_CEILOMETER_PASSWORD'},
|
||||
@ -28,10 +26,6 @@ SERVICE_LIST = {
|
||||
'neutron': {'password_field': 'OVERCLOUD_NEUTRON_PASSWORD'},
|
||||
'nova': {'password_field': 'OVERCLOUD_NOVA_PASSWORD'},
|
||||
'swift': {'password_field': 'OVERCLOUD_SWIFT_PASSWORD'},
|
||||
'horizon': {
|
||||
'port': '80',
|
||||
'path': WEBROOT,
|
||||
'admin_path': '%sadmin' % WEBROOT},
|
||||
'sahara': {'password_field': 'OVERCLOUD_SAHARA_PASSWORD'},
|
||||
'trove': {'password_field': 'OVERCLOUD_TROVE_PASSWORD'},
|
||||
}
|
||||
|
@ -466,7 +466,7 @@ class DeployOvercloud(command.Command):
|
||||
output_source = "service IPs"
|
||||
if endpoint_map:
|
||||
output_source = "endpoint map"
|
||||
self.log.warning(
|
||||
self.log.debug(
|
||||
("Skipping \"{}\" postconfig because it wasn't found in the "
|
||||
"{} output").format(service, output_source))
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user