diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-03-07 16:47:34 -0500 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-20 07:15:21 +0000 |
commit | a05712381f579b31f7dd9348156e86a1673ce28f (patch) | |
tree | e2c557b3ea117b235035faa57512807fc86b3369 /releasenotes | |
parent | 8eaecb64893ff7ebeaca14eb5172e3320202343b (diff) |
glance: deploy services with Keystone v3 endpoints
* Switch auth_uri to point to Keystone versionless endpoint.
* Switch Swift auth url to use Keystone versionless endpoint and
Keystone v3 API.
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Change-Id: I78cdd2286b5a5094f36d4f3c7c58340745664449
Partial-blueprint: keystone-v3
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/glance-keystonev3-d35182ba9a3778eb.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/glance-keystonev3-d35182ba9a3778eb.yaml b/releasenotes/notes/glance-keystonev3-d35182ba9a3778eb.yaml new file mode 100644 index 00000000..072e85aa --- /dev/null +++ b/releasenotes/notes/glance-keystonev3-d35182ba9a3778eb.yaml @@ -0,0 +1,4 @@ +--- +features: + - Deploy Glance with Keystone v3 endpoints and make + sure it doesn't rely on Keystone v2 anymore. |