nova: disable setup_cell0
This feature is broken for us now, let's disable it so we can promote packages in RDO: https://bugs.launchpad.net/tripleo/+bug/1649341 Change-Id: I8853290d4f63ef4ce5cb77579ad821f15bbb739c
This commit is contained in:
parent
4de9f26865
commit
b095924bc5
@ -65,11 +65,14 @@ class openstack_integration::nova (
|
||||
class { '::nova::db::mysql_api':
|
||||
password => 'nova',
|
||||
#TODO(aschultz): remove this once it becomes default
|
||||
setup_cell0 => true,
|
||||
}
|
||||
class { '::nova::db::sync_cell_v2':
|
||||
transport_url => $transport_url,
|
||||
#TODO(emilien): enable it again when it's fixed upstream in nova
|
||||
# https://bugs.launchpad.net/tripleo/+bug/1649341
|
||||
setup_cell0 => false,
|
||||
}
|
||||
#TODO(emilien): enable it again when it's fixed upstream in nova
|
||||
#class { '::nova::db::sync_cell_v2':
|
||||
# transport_url => $transport_url,
|
||||
#}
|
||||
class { '::nova::db::mysql_placement':
|
||||
password => 'nova',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user