]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use EXT_TO_SERVICE_MAPPING instead of ALLOWED_SERVICES
authorarmando-migliaccio <armamig@gmail.com>
Thu, 2 Jul 2015 01:01:10 +0000 (18:01 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Thu, 2 Jul 2015 02:53:12 +0000 (19:53 -0700)
commit5e11769e498f210b1c84a6addaffecb7db9c5fed
treef4d8950785b62d8870a642fdae274d8509344e74
parent4fa3c0619df7fff5e9abca04d54c6413db74bfa9
Use EXT_TO_SERVICE_MAPPING instead of ALLOWED_SERVICES

We can derive the services from EXT_TO_SERVICE_MAPPING, therefore
there is no need for duplicating the service labels into ALLOWED_SERVICES.

Change-Id: If92e0ea3dea4480588141a2819ea4036c527c9bc
neutron/plugins/common/constants.py
neutron/services/provider_configuration.py