Adjust compute-vmware role specification

Provide correct example for 'Data model impact' section.

Change-Id: I4be2e7214a85a96b621e4f5fc529076bccdb02dd
Closes-bug: #1478975
This commit is contained in:
Igor Zinovik 2015-07-28 17:04:52 +03:00
parent 9fbc3ede36
commit 403c90ab8a

View File

@ -133,7 +133,15 @@ in *vmware_attributes* section.
az_name: "vcenter" az_name: "vcenter"
vcenter_host: "" vcenter_host: ""
... ...
target_node: "controllers" target_node:
options:
- id: "controllers"
label: "controllers"
- id: "node-2"
label: "Supermicro X9DRW"
current:
id "controllers"
label: "controllers"
Nailgun should be able to serialize new attribute *target_node* and pass it Nailgun should be able to serialize new attribute *target_node* and pass it
into astute.yaml file: into astute.yaml file:
@ -159,7 +167,7 @@ into astute.yaml file:
vc_host: 172.16.0.254 vc_host: 172.16.0.254
vc_password: Qwer!1234 vc_password: Qwer!1234
vc_user: administrator@vsphere.local vc_user: administrator@vsphere.local
target_node: node-42 target_node: node-2
REST API impact REST API impact