Update map-services for Fedora

Additional service names added to map-services for cinder and swift.

Change-Id: I0c4afc505ccb80d7e2e397614792d74b3294264a
This commit is contained in:
James Slagle 2014-01-30 20:22:07 -05:00
parent 97c7e8fd5e
commit e7118cec1d

View File

@ -37,6 +37,12 @@ service_map = {
'nova-consoleauth': 'openstack-nova-consoleauth',
'nova-compute': 'openstack-nova-compute',
'swift-proxy': 'openstack-swift-proxy',
'swift-account': 'openstack-swift-account',
'swift-container': 'openstack-swift-container',
'swift-object': 'openstack-swift-object',
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
}
for arg in sys.argv[1:]: