From 0f48e7b35e8cd612052317b350f98accb7eb1629 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 7 Mar 2017 16:18:50 -0500 Subject: gnocchi: deploy services with Keystone v3 endpoints * Move swift_authurl to gnocchi-base hieradata, where other swift auth credentials live and switch it to versionless keystone endpoint. * Force swift_auth_version to 3 for Keystone v3. * Switch auth_uri to use versionless Keystone endpoint. * Switch auth_url to use Keystone admin endpoint (instead of internal). * Remove old parameters from gnocchi::api, not used anymore. Partial-blueprint: keystone-v3 Change-Id: I2feed8b1219069128faa1a1e8dcd2ddfbae7e40a --- releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml (limited to 'releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml') diff --git a/releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml b/releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml new file mode 100644 index 00000000..2f2513c9 --- /dev/null +++ b/releasenotes/notes/gnocchi-keystonev3-d288ba40226545c9.yaml @@ -0,0 +1,4 @@ +--- +features: + - Deploy Gnocchi with Keystone v3 endpoints and make + sure it doesn't rely on Keystone v2 anymore. -- cgit 1.2.3-korg