diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-13 20:22:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-13 20:22:17 +0000 |
commit | bb5343553e32b450ccf4f7c3dce2242aedc3bbb1 (patch) | |
tree | a3a42e2ab5ab5ab2adc9c25b4bdb30b4d9b0b5ef /manifests/profile/base | |
parent | b541bf5a370e40feac2f0a612d28989994c19040 (diff) | |
parent | 9b12ee02f8d72bb9475922e259a246e9c7483555 (diff) |
Merge "nova: move placement credentials config at step 3"
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, |