Identity Config - Role Tests Parity
1. Added an extensions-api admin (OS-KSADM) parameter to Identity Config.py 2. Needed OS-KSADM as a config parameter to list all roles. 3. Renamed sections and properties in config.py as per reviewer comments. 4. Removed extensions-api admin (OS-KSADM) parameter from congfig.py and reference.json.config. Change-Id: I9d3f157fd32853f8f275736bf94575456d4f4bc6
This commit is contained in:
@@ -18,7 +18,7 @@ from cloudcafe.common.models.configuration import ConfigSectionInterface
|
||||
|
||||
|
||||
class IdentityTokenConfig(ConfigSectionInterface):
|
||||
SECTION_NAME = 'token_api'
|
||||
SECTION_NAME = 'tokens_api'
|
||||
|
||||
@property
|
||||
def serialize_format(self):
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# <ENVIRONMENT>.<FORMAT>.config
|
||||
# ======================================================
|
||||
|
||||
[token_api]
|
||||
[tokens_api]
|
||||
serialize_format=json
|
||||
deserialize_format=json
|
||||
version=v2.0
|
||||
|
||||
Reference in New Issue
Block a user