On Mon, Mar 11, 2013 at 12:52 PM, George Reese <george.re...@enstratius.com> wrote: > From listZones -> > > <?xml version="1.0" encoding="ISO-8859-1"?><listzonesresponse > cloud-stack-version="3.0.5.20120904142539"><count>1</count><zone><id>f9a1d2eb-c49e-4b87-ac9b-9c47e2d912a3</id><name>australia-canberra-2</name><networktype>Advanced</networktype><securitygroupsenabled>false</securitygroupsenabled><allocationstate>Enabled</allocationstate><zonetoken>257b387d-3d9d-3585-8c65-cc26d38a3a97</zonetoken><dhcpprovider>VirtualRouter</dhcpprovider><localstorageenabled>false</localstorageenabled></zone></listzonesresponse> > > And then I create a Security Group -> > > GET > http://cloudplatform.cloudcentral.com.au/client/api/api?command=createSecurityGroup&name=dsnfw5821&description=Dasein%20Cloud%20Integration%20Test%20Firewall&apiKey=Stuff&signature=OtherStuff > HTTP/1.1 > Content-Type: application/x-www-form-urlencoded; charset=utf-8 > > HTTP/1.1 200 OK > HTTP/1.1 200 OK > Server: Apache-Coyote/1.1 > Content-Type: text/xml;charset=UTF-8 > Content-Length: 440 > Date: Mon, 11 Mar 2013 15:30:54 GMT > > <?xml version="1.0" encoding="ISO-8859-1"?><createsecuritygroupresponse > cloud-stack-version="3.0.5.20120904142539"><securitygroup><id>ab4d0c90-c5d9-4b5a-acfe-aaa0040f7a6a</id><name>dsnfw5821</name><description>Dasein > Cloud Integration Test > Firewall</description><account>george.re...@enstratus.com</account><domainid>ae79df08-18ce-4933-87f6-31c1686bd4ea</domainid><domain>enstratus.com</domain></securitygroup></createsecuritygroupresponse> > > -George >
Interesting - and I just verified that I could create a SG on 4.0.1 when my deployment doesn't really support them. (Advanced zone, before we added SG-in-advanced zones support) Alena - do you have any thoughts? --David