mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Changing the non-ascii dash in the url
This commit is contained in:
parent
327ad67f96
commit
f253b0939a
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ module Fog
|
|||
def generate_configure_vm_request(vm_data)
|
||||
xmlns = 'http://schemas.dmtf.org/ovf/envelope/1'
|
||||
xmlns_vcloud = 'http://www.vmware.com/vcloud/v1'
|
||||
xmlns_rasd = 'http://schemas.dmtf.org/wbem/wscim/1/cim‐schema/2/CIM_ResourceAllocationSettingData'
|
||||
xmlns_vssd = 'http://schemas.dmtf.org/wbem/wscim/1/cim‐schema/2/CIM_VirtualSystemSettingData'
|
||||
xmlns_rasd = 'http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData'
|
||||
xmlns_vssd = 'http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData'
|
||||
|
||||
builder = Builder::XmlMarkup.new(:target=>STDOUT, :indent=>2) # TODO - remove params
|
||||
builder.VirtualHardwareSection(
|
||||
|
|
Loading…
Add table
Reference in a new issue