Merge "Replacing data_processing with data-processing"

This commit is contained in:
Jenkins
2015-03-09 09:28:48 +00:00
committed by Gerrit Code Review
4 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ that Horizon supports in DevStack when `stack.sh` is run.
enable_service q-vpn
# end group
# enable Sahara (data_processing) Service
# enable Sahara (data-processing) Service
enable_service sahara
# enable Trove (database) Service

View File

@@ -424,7 +424,7 @@ edited.
Default::
{
"data_processing": 1.1,
"data-processing": 1.1,
"identity": 2.0,
"volume": 2
}
@@ -439,7 +439,7 @@ OpenStack dashboard to use a specific API version for a given service API.
use of the decimal point, so valid options would be "2.0" or "3".
For example,
OPENSTACK_API_VERSIONS = {
"data_processing": 1.1,
"data-processing": 1.1,
"identity": 3,
"volume": 2
}

View File

@@ -25,7 +25,7 @@ LOG = logging.getLogger(__name__)
# "type" of Sahara service registered in keystone
SAHARA_SERVICE = 'data_processing'
SAHARA_SERVICE = 'data-processing'
SAHARA_AUTO_IP_ALLOCATION_ENABLED = getattr(
settings,

View File

@@ -33,7 +33,7 @@ TEMPLATE_DEBUG = DEBUG
# service API. For example, The identity service APIs have inconsistent
# use of the decimal point, so valid options would be 2.0 or 3.
#OPENSTACK_API_VERSIONS = {
# "data_processing": 1.1,
# "data-processing": 1.1,
# "identity": 3,
# "volume": 2,
#}