Run keystone-manage bootstrap for HA deployment too
authorJiri Stransky <jistr@redhat.com>
Fri, 4 Mar 2016 13:54:51 +0000 (14:54 +0100)
committerJiri Stransky <jistr@redhat.com>
Fri, 4 Mar 2016 14:45:38 +0000 (15:45 +0100)
This is necessary to keep creating the Default domain.

Change-Id: Ib9911819e89f30270d4f7597639b33f30ad2e3a6
Closes-Bug: #1549867

puppet/manifests/overcloud_controller_pacemaker.pp

index edeaa61..fb36893 100644 (file)
@@ -509,9 +509,7 @@ if hiera('step') >= 3 {
     sync_db          => $sync_db,
     manage_service   => false,
     enabled          => false,
-    # TODO: when keystone resources will be managed by puppet-keystone
-    # for the overcloud, set enable_bootstrap to the default value (True).
-    enable_bootstrap => false,
+    enable_bootstrap => $pacemaker_master,
   }
   include ::keystone::config