airskiff: Disable openstack-compute-kit sequencing

Charts in the `openstack-compute-kit` chart group are deployed in
sequence.  Currently, `libvirt` can fail while waiting for dependencies
from `neutron`. This commit disables sequencing for the
`openstack-compute-kit` chart group to allow for dependencies.

Change-Id: Id59cd22a6f548066414899df44d3067255936d17
This commit is contained in:
Drew Walters 2018-11-16 18:43:55 +00:00 committed by Kaspars Skels
parent 577e93a86d
commit 9c4abfd5de
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ metadata:
path: .chart_group path: .chart_group
storagePolicy: cleartext storagePolicy: cleartext
data: data:
sequenced: true sequenced: false
chart_group: chart_group:
- libvirt-airskiff - libvirt-airskiff
- openvswitch - openvswitch