Allow assign compute-vmware and cinder-vmware roles

Compute-vmware conflicts with all roles except cinder-vmware

Change-Id: I53446870dd65c8b5c67a5da779b5cc83aa60c470
Closes-bug: #1540756
This commit is contained in:
Alexander Arzhanov 2016-02-02 07:12:53 +00:00
parent 19fb6afdaf
commit 031835bff5
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"