diff options
author | Gordon Chung <chungg@ca.ibm.com> | 2013-09-17 19:20:41 -0400 |
---|---|---|
committer | Gordon Chung <chungg@ca.ibm.com> | 2013-09-17 19:20:41 -0400 |
commit | db37d8c2fe8559392362dd502c1dcd20337c84d9 (patch) | |
tree | 9d35f1a5bc7f5d4d8f0a10349a8df35d174a22f2 /etc | |
parent | 20e65dda8232bd30dc585d2184ed307474b4bcb6 (diff) | |
download | pycadf-db37d8c2fe8559392362dd502c1dcd20337c84d9.tar.gz |
DNS names may not map to service catalog values
support an optional value to default target endpoint to a specific
value. add target_endpoint_type to map.conf to set a default
Change-Id: I735dcd8958d6479d6a59d144f81bb18e87bd72e0
Fixes: Bug#1226722
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pycadf/api_audit_map.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pycadf/api_audit_map.conf b/etc/pycadf/api_audit_map.conf index a27e67a..93794f6 100644 --- a/etc/pycadf/api_audit_map.conf +++ b/etc/pycadf/api_audit_map.conf @@ -1,4 +1,9 @@ [DEFAULT] +# default target endpoint type +# should match the endpoint type defined in service catalog +target_endpoint_type = None + +# possible end path of api requests api_paths = add entries @@ -45,6 +50,7 @@ confirmResize = read revertResize = update createImage = create +# map endpoint type defined in service catalog to CADF typeURI [service_endpoints] identity = service/security object-store = service/storage/object |