diff options
author | Bertrand Souville <souville@docomolab-euro.com> | 2017-10-02 16:27:15 +0200 |
---|---|---|
committer | Bertrand Souville <souville@docomolab-euro.com> | 2017-10-02 16:27:15 +0200 |
commit | a8cd506d6759833231b1b8806082d793faf0997a (patch) | |
tree | c5f83915a268f2b6d4e1f782b00ee521b9c6f1d8 /source/promise.yaml | |
parent | cd8d36d83af6541dc5f313bee5758548366ff5ff (diff) |
Added support for Keystone v3
JIRA: PROMISE-80
Modified Promise shim-layer as well
Change-Id: I82340a6af5c3e6056e77323ca5c44ecdf4e109b6
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'source/promise.yaml')
-rw-r--r-- | source/promise.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/promise.yaml b/source/promise.yaml index be12082..98dcdc4 100644 --- a/source/promise.yaml +++ b/source/promise.yaml @@ -255,7 +255,7 @@ complex-type: services.forEach (service) => switch service.type when 'compute' - url = service.endpoints[0].publicURL + url = service.endpoints[0].url @set 'services.compute.endpoint', url request .get "#{url}/limits" |