diff --git a/manifests/cell_v2/simple_setup.pp b/manifests/cell_v2/simple_setup.pp index f3dbd252e..147627dbd 100644 --- a/manifests/cell_v2/simple_setup.pp +++ b/manifests/cell_v2/simple_setup.pp @@ -49,8 +49,8 @@ class nova::cell_v2::simple_setup ( include ::nova::cell_v2::discover_hosts - Class['nova::cell_v2::map_cell0'] -> - Nova_cell_v2 <| |> ~> - Class['nova::cell_v2::discover_hosts'] + Class['nova::cell_v2::map_cell0'] + -> Nova_cell_v2 <| |> + ~> Class['nova::cell_v2::discover_hosts'] } diff --git a/manifests/deps.pp b/manifests/deps.pp index 796aee1ad..694fd7b9f 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -82,8 +82,8 @@ class nova::deps { # Wedge this in after the db creation and before the services anchor { 'nova::dbsync_api::begin': subscribe => Anchor['nova::db::end'] - } -> - anchor { 'nova::dbsync_api::end': + } + -> anchor { 'nova::dbsync_api::end': notify => Anchor['nova::service::begin'], } @@ -93,8 +93,8 @@ class nova::deps { Anchor['nova::db::end'], Anchor['nova::dbsync_api::end'] ] - } -> - anchor { 'nova::dbsync::end': + } + -> anchor { 'nova::dbsync::end': notify => Anchor['nova::service::begin'] } @@ -102,17 +102,17 @@ class nova::deps { # be overridden using the spaceship operator to move it around when needed anchor { 'nova::cell_v2::begin': subscribe => Anchor['nova::dbsync_api::end'] - } -> - Nova::Cell_v2::Cell<||> ~> - anchor { 'nova::cell_v2::end': + } + -> Nova::Cell_v2::Cell<||> + ~> anchor { 'nova::cell_v2::end': notify => Anchor['nova::dbsync::begin'] } # Wedge online data migrations after db/api_sync and before service anchor { 'nova::db_online_data_migrations::begin': subscribe => Anchor['nova::dbsync_api::end'] - } -> - anchor { 'nova::db_online_data_migrations::end': + } + -> anchor { 'nova::db_online_data_migrations::end': notify => Anchor['nova::service::begin'] } } diff --git a/manifests/wsgi/apache_placement.pp b/manifests/wsgi/apache_placement.pp index 480ed00c1..3994b73f4 100644 --- a/manifests/wsgi/apache_placement.pp +++ b/manifests/wsgi/apache_placement.pp @@ -122,9 +122,9 @@ class nova::wsgi::apache_placement ( } # Ubuntu requires nova-placement-api to be installed before apache to find wsgi script Package<| title == 'nova-placement-api'|> -> Package<| title == 'httpd'|> - Package<| title == 'nova-placement-api' |> -> - File[$::nova::params::placement_httpd_config_file] ~> - Service['httpd'] + Package<| title == 'nova-placement-api' |> + -> File[$::nova::params::placement_httpd_config_file] + ~> Service['httpd'] ::openstacklib::wsgi::apache { 'placement_wsgi': bind_host => $bind_host,