Rename bare-metal to baremetal for Ironic

Change-Id: I55eb4401dbc1e7c8cbd098a2bafca7f414d250de
This commit is contained in:
Samuel Cassiba
2018-09-04 15:29:28 -07:00
parent baae0be8b8
commit 192d358148
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ default['openstack']['bind_service']['mq']['interface'] = nil
###################################################################
# Services to assign mq attributes for
###################################################################
services = %w(aodh bare-metal block-storage compute database dns image
services = %w(aodh baremetal block-storage compute database dns image
identity telemetry network orchestration)
###################################################################