Merge "Fix 'Array Expression has no effect' errors"
This commit is contained in:
commit
0966a3504c
@ -338,7 +338,7 @@ class galera (
|
||||
Service['mysql'] ->
|
||||
Exec['wait-initial-sync'] ->
|
||||
Exec['wait-for-synced-state'] ->
|
||||
Exec ['rm-init-file']
|
||||
Exec['rm-init-file']
|
||||
Package['MySQL-server'] ~> Exec['wait-initial-sync']
|
||||
|
||||
anchor {'database-cluster-done': }
|
||||
|
@ -111,9 +111,9 @@ class openstack::network::neutron_agents (
|
||||
}
|
||||
}
|
||||
|
||||
if 'linuxbridge' in $agents {
|
||||
# FIXME(xarses): needs neutron-plugin-linuxbridge* packages
|
||||
}
|
||||
# FIXME(xarses): needs neutron-plugin-linuxbridge* packages
|
||||
# if 'linuxbridge' in $agents {
|
||||
# }
|
||||
|
||||
if 'metadata' in $agents {
|
||||
class {'::neutron::agents::metadata':
|
||||
|
@ -79,8 +79,8 @@ if $use_ceph and $storage_hash['objects_ceph'] {
|
||||
},
|
||||
}
|
||||
|
||||
Haproxy_backend_status['keystone-admin'] -> Class ['ceph::keystone']
|
||||
Haproxy_backend_status['keystone-public'] -> Class ['ceph::keystone']
|
||||
Haproxy_backend_status['keystone-admin'] -> Class['ceph::keystone']
|
||||
Haproxy_backend_status['keystone-public'] -> Class['ceph::keystone']
|
||||
|
||||
class { 'ceph::radosgw':
|
||||
# SSL
|
||||
|
Loading…
Reference in New Issue
Block a user