Re: [Openstack] API specifications

2011-12-02 Thread Nachi Ueno
Hi Brian Thank you for your response. How about params which is missing in docs? accessIPv4 accessIPv6 adminPass config_drive security_groups networks blob keyname availability_zone reservation_id min_count max_count 2011/12/1 Brian Waldon brian.wal...@rackspace.com: Our consoles resource is

Re: [Openstack] API specifications

2011-12-02 Thread Nachi Ueno
Hi Chris Sorry, I missed that. Would you give me url? Such as console.py, it is not in contrib directory. 2011/12/2 Christopher MacGown ch...@pistoncloud.com: Hi Nachi, At least for config_drive, it has been documented as an extension. - chris On Dec 2, 2011, at 10:07, Nachi Ueno

Re: [Openstack] API specifications

2011-12-02 Thread Nachi Ueno
Hi Gabe I got your point. However,I wanna know it is extension or not. Cheers Nati 2011/12/2 Gabe Westmaas gabe.westm...@rackspace.com: Hi Nachi, The reason for excluding those from being required in the create response is to allow us to make those creates as asynchronous as possible.

Re: [Openstack] API specifications

2011-12-02 Thread Brian Waldon
accessIPv4 and accessIPv6 are both core instance attributes. The rest are all attributes owned by existing extensions. Keep in mind that the spec doesn't require all attributes to be returned in a POST response. Chris - I don't think config_drive is documented as an extension. This bug is

Re: [Openstack] API specifications

2011-12-02 Thread Nachi Ueno
Hi folks Anne Sorry,I remember now. I got extension docs from you. 2011/12/2 Brian Waldon brian.wal...@rackspace.com: accessIPv4 and accessIPv6 are both core instance attributes. The rest are all attributes owned by existing extensions. Keep in mind that the spec doesn't require all

[Openstack] API specifications

2011-12-01 Thread Nachi Ueno
Hi Nova-cores Is the Console function in OS API 1.1 specs? (See https://bugs.launchpad.net/nova/+bug/898266) The implementation is not in contrib directory, so it didn't looks an extension. But as 898266 mentioned, it is not described in API docs. And also, I checked API spces from code. (I