Fix lint critical issues

Change-Id: Icc9e476cc4032f2676464d943518e4aad7d315b8
WARNING: arrow should be on the right operand's line on line 216
WARNING: arrow should be on the right operand's line on line 217
WARNING: arrow should be on the right operand's line on line 714
WARNING: arrow should be on the right operand's line on line 715
WARNING: arrow should be on the right operand's line on line 716
WARNING: arrow should be on the right operand's line on line 717
WARNING: arrow should be on the right operand's line on line 718
This commit is contained in:
Emilien Macchi 2017-07-25 21:19:36 -07:00
parent 65e5dec70e
commit 406e90658d
1 changed files with 9 additions and 9 deletions

View File

@ -213,9 +213,9 @@ if str2bool(hiera('enable_telemetry', false)) {
}
# Ensure all endpoint exists and only then run the upgrade.
Keystone::Resource::Service_identity<||> ->
Openstacklib::Service_validation['gnocchi-status'] ->
Exec['ceilo-gnocchi-upgrade']
Keystone::Resource::Service_identity<||>
-> Openstacklib::Service_validation['gnocchi-status']
-> Exec['ceilo-gnocchi-upgrade']
Cron <| title == 'ceilometer-expirer' |> { command =>
"sleep $((\$(od -A n -t d -N 3 /dev/urandom) % 86400)) && ${::ceilometer::params::expirer_command}" }
@ -711,10 +711,10 @@ if str2bool($::undercloud_upgrade) {
subscribe => Anchor['nova::db::end']
}
Class['nova::cell_v2::simple_setup'] ~>
Anchor['nova::dbsync::begin'] ~>
Anchor['nova::dbsync::end'] ~>
Class['nova::cell_v2::map_cell_and_hosts'] ~>
Class['nova::cell_v2::map_instances'] ~>
Anchor['nova::dbsync_api::begin']
Class['nova::cell_v2::simple_setup']
~> Anchor['nova::dbsync::begin']
~> Anchor['nova::dbsync::end']
~> Class['nova::cell_v2::map_cell_and_hosts']
~> Class['nova::cell_v2::map_instances']
~> Anchor['nova::dbsync_api::begin']
}