Allow assign compute-vmware and cinder-vmware roles

Compute-vmware conflicts with all roles except cinder-vmware

Change-Id: I8f37d496f84867ab4516c535a762a1f08ab579f5
Closes-bug: #1540756
This commit is contained in:
Alexander Arzhanov 2016-02-02 07:16:55 +00:00
parent 9603c81678
commit b93d62a318
1 changed files with 10 additions and 1 deletions

View File

@ -124,7 +124,16 @@
name: "Compute VMware"
description: "A node that runs nova-compute with VCDriver, that manages ESXi computing resources via VMware vCenter."
weight: 90
conflicts: "*"
conflicts:
- controller
- compute
- cinder
- cinder-block-device
- ceph-osd
- mongo
- base-os
- virt
- ironic
restrictions:
- condition: "settings:common.use_vcenter.value == false"
action: "hide"