sahara: include authtoken class
authorEmilien Macchi <emilien@redhat.com>
Tue, 7 Mar 2017 17:01:30 +0000 (12:01 -0500)
committerEmilien Macchi <emilien@redhat.com>
Tue, 7 Mar 2017 20:42:42 +0000 (20:42 +0000)
authtoken class configures the keystone_authtoken parameters, required
to move to Keystone V3 auth.

Change-Id: Ibfd761fef813faa7bf13881c52c34e20d3eac9e5

manifests/profile/base/sahara.pp
releasenotes/notes/sahara_auth_v3-65bd276b39b4e284.yaml [new file with mode: 0644]

index c9c656d..7f4ecbe 100644 (file)
@@ -114,5 +114,6 @@ class tripleo::profile::base::sahara (
         'ssl'       => $oslomsg_use_ssl_real,
       }),
     }
+    include ::sahara::keystone::authtoken
   }
 }
diff --git a/releasenotes/notes/sahara_auth_v3-65bd276b39b4e284.yaml b/releasenotes/notes/sahara_auth_v3-65bd276b39b4e284.yaml
new file mode 100644 (file)
index 0000000..c744e0f
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - Sahara is now deployed with keystone_authtoken parameters and move
+    forward with Keystone v3 version.