diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-12 14:54:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-12 14:54:00 +0000 |
commit | 8505a2dc0edeb4da8c02d68c7229c36800392cca (patch) | |
tree | d85e685e7c06e34eedd21e43394d41c25bb6ff81 /manifests | |
parent | 40e9a0cbd4418fe01b148bf8877109b377e127e2 (diff) | |
parent | 7586c580793c555a302129acaf82965bf612ef32 (diff) |
Merge "Run online_data_migrations for Ironic on upgrade"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/ironic.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/profile/base/ironic.pp b/manifests/profile/base/ironic.pp index 2739f33..7e6efec 100644 --- a/manifests/profile/base/ironic.pp +++ b/manifests/profile/base/ironic.pp @@ -70,8 +70,9 @@ class tripleo::profile::base::ironic ( if $step >= 4 or ($step >= 3 and $sync_db) { $oslomsg_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_use_ssl))) class { '::ironic': - sync_db => $sync_db, - default_transport_url => os_transport_url({ + sync_db => $sync_db, + db_online_data_migrations => $sync_db, + default_transport_url => os_transport_url({ 'transport' => $oslomsg_rpc_proto, 'hosts' => $oslomsg_rpc_hosts, 'port' => sprintf('%s', $oslomsg_rpc_port), |