1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

F #1408: Remove no longer used VCENTER_ attributes

Datastores no longer hold vCenter credentials, but rather they
are pulled from the vCenter host associated.
This commit is contained in:
Tino Vazquez 2019-05-27 17:43:11 +02:00
parent 3f641f6553
commit 2556fb2df9
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -57,8 +57,6 @@
<xs:element name="VCENTER_DS_REF" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_HOST" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_INSTANCE_ID" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_PASSWORD" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_USER" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:sequence>
</xs:complexType>