1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

pin mime-types version

This commit is contained in:
Tim Lawrence 2016-03-15 14:11:07 +00:00
parent 293d1cf767
commit a342fe7971
2 changed files with 1 additions and 31 deletions

View file

@ -78,7 +78,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("docker-api", ">= 1.13.6")
s.add_development_dependency("fission")
s.add_development_dependency("mime-types")
s.add_development_dependency("mime-types", "<=2.99.1")
s.add_development_dependency("minitest")
s.add_development_dependency("minitest-stub-const")
s.add_development_dependency("opennebula")

View file

@ -1,30 +0,0 @@
<InstantiateVAppTemplateParams xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="VAPP_NAME" xml:lang="en">
<Description>MY VAPP</Description>
<InstantiationParams>
<NetworkConfigSection>
<ovf:Info></ovf:Info>
<NetworkConfig networkName="NETWORK">
<Configuration>
<ParentNetwork href="http://vcloud/api/network/123456789"/>
<FenceMode>bridged</FenceMode>
</Configuration>
</NetworkConfig>
</NetworkConfigSection>
</InstantiationParams>
<Source href="http://vcloud/api/vapptemplate/123456789"/>
<SourcedItem>
<Source href="http://vcloud/api/vm/12345"/>
<VmGeneralParams>
<Name>VM1</Name>
</VmGeneralParams>
<StorageProfile href="http://vcloud/storage/123456789"/>
</SourcedItem>
<SourcedItem>
<Source href="http://vcloud/api/vm/12345"/>
<VmGeneralParams>
<Name>VM2</Name>
</VmGeneralParams>
<StorageProfile href="http://vcloud/storage/123456789"/>
</SourcedItem>
<AllEULAsAccepted>true</AllEULAsAccepted>
</InstantiateVAppTemplateParams>