Fix ci
The acceptance test ci is break[0] due to nova. We can remove the nova deployment on Debian system to temporarily fix it, becuase there are no octavia packages on UCA in the present. [0]:http://logs.openstack.org/67/423767/2/check/gate-puppet-octavia-puppet-beaker-rspec-ubuntu-xenial/03331c6/logs/nova/nova-compute.txt.gz#_2017-01-22_08_29_50_177 Change-Id: I0115f6a191a139c7b29a219ca3c6bb4b0b717b0d Closes-Bug: #1658437
This commit is contained in:
parent
9786b938d0
commit
a8797ac490
@ -11,7 +11,9 @@ describe 'basic octavia' do
|
||||
include ::openstack_integration::rabbitmq
|
||||
include ::openstack_integration::mysql
|
||||
include ::openstack_integration::keystone
|
||||
if $::osfamily == 'RedHat' {
|
||||
include ::openstack_integration::nova
|
||||
}
|
||||
|
||||
rabbitmq_user { 'octavia':
|
||||
admin => true,
|
||||
|
Loading…
Reference in New Issue
Block a user