Hi,
I'm trying to create organisation VDC's in vCloud 5.1.
New to version 5.1 is the use of storage profiles in the provider VDC.
I cannot create an Org VDC with storage profiles since this property does not exist in the powercli object.
Is this by design or am I looking in the wrong place ?
I tried to create the Org VDC 'The version 5.0 way' but I get the error:
Exception calling "CreateVdc" with "1" argument(s): "The provider vdc does not contain the any storage profile."
At DCA.ps1:109 char:35
+ $orgVdc = $orgED.CreateVdc <<<< ($adminVdc)
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
How do I create an Org Vdc in a Provider VDC without the "any*" storage profile ?
Many thanks,
Matthias