Removing duplicate service definition

Services related to magnum were defined twice.
Removing one such occurrence and positioning
with more appropriate comment.

Closes-bug: #1434747

Change-Id: I5fa3bf8fa2779cd9da77539a91534709fe6cdd75
This commit is contained in:
Surojit Pathak 2015-03-20 22:13:14 +00:00
parent fe80331cef
commit d8717786f0
1 changed files with 1 additions and 5 deletions

View File

@ -13,11 +13,6 @@ SERVICE_TOKEN=password
enable_service rabbit enable_service rabbit
# Enable Neutron which is required by Magnum and disable nova-network. # Enable Neutron which is required by Magnum and disable nova-network.
enable_service magnum
enable_service m-cond
enable_service m-api
disable_service n-net disable_service n-net
enable_service q-svc enable_service q-svc
enable_service q-agt enable_service q-agt
@ -26,6 +21,7 @@ enable_service q-l3
enable_service q-meta enable_service q-meta
enable_service neutron enable_service neutron
# Enable Magnum services
enable_service magnum enable_service magnum
enable_service m-api enable_service m-api
enable_service m-cond enable_service m-cond