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:
Charles Kimpolo
2013-07-02 10:25:01 +02:00
parent 4683757904
commit 376260ae23
2 changed files with 2 additions and 2 deletions

View File

@@ -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):

View File

@@ -11,7 +11,7 @@
# <ENVIRONMENT>.<FORMAT>.config
# ======================================================
[token_api]
[tokens_api]
serialize_format=json
deserialize_format=json
version=v2.0