OpenStack API v1.1 questions

Asked by Édouard Thuleau

1) The new version of OSAPI v1.1 supports now the floating IP.Will it support the security group functionality ?

2) The admin API is done trough the EC2 API, will it be supports through the OSAPI ?

3) The multi-zone management is done with OSAPI. Zone management is admin tasks, users don't have to set zones configuration. Why is it added to OSAPI and not with the admin commands in EC2 API ?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Édouard Thuleau
Solved:
Last query:
Last reply:
Revision history for this message
Vish Ishaya (vishvananda) said :
#1

On Jul 8, 2011, at 1:41 AM, Edouard Thuleau wrote:

> New question #164136 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/164136
>
> 1) The new version of OSAPI v1.1 supports now the floating IP.Will it support the security group functionality ?

Yes, an extension needs to be made to support this, but it is definitely desired.

>
> 2) The admin API is done trough the EC2 API, will it be supports through the OSAPI ?

My team is working on moving a lot of the admin api commands into OSAPI extensions, they will be proposed when they are cleaned up.

>
> 3) The multi-zone management is done with OSAPI. Zone management is admin tasks, users don't have to set zones configuration. Why is it added to OSAPI and not with the admin commands in EC2 API ?

The ec2 admin api commands are pretty hacky, and were only made to make the dashboard work. Now that the dashboard is moving over to the os api, the ec2 admin api will probably be deprecated.

Vish

>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
Édouard Thuleau (ethuleau) said :
#2

Thanks a lot Vish. It solved my Inquiring