diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-02-10 21:17:16 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-13 15:22:52 +0000 |
commit | 9b12ee02f8d72bb9475922e259a246e9c7483555 (patch) | |
tree | 2302a1e54dac1bd2a24bc06df4a56a98be5d8f78 /manifests/profile/base | |
parent | ca9fffc54913e3cbf4e74ee5a8fca8213a550caf (diff) |
nova: move placement credentials config at step 3
nova placement credentials in nova.conf need to be configured at step 3
so Nova services can use them as soon as they start.
Change-Id: I0abdd305b7e6c8d83f23e25b3872e98eb56dd299
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/nova.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/nova.pp b/manifests/profile/base/nova.pp index fe1e6a6..cb34521 100644 --- a/manifests/profile/base/nova.pp +++ b/manifests/profile/base/nova.pp @@ -107,10 +107,10 @@ class tripleo::profile::base::nova ( backend => 'oslo_cache.memcache_pool', memcache_servers => $memcache_servers, } + include ::nova::placement } if $step >= 4 { - include ::nova::placement if $manage_migration { class { '::nova::migration::libvirt': configure_libvirt => $libvirt_enabled, |