Merge "Replacing data_processing with data-processing"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user