← Back to team overview

openstack team mailing list archive

Re: Nova: Admin API blueprints

 

Hi Glen,

This may be a tangential question, but I don't see a Nova Admin API to allow creation/deletion of projects and user accounts.  With Keystone integration, we can do that lazily; but, is there a proactive way to do so via an API?

Thanks,
Liem

From: openstack-bounces+liem_m_nguyen=hp.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+liem_m_nguyen=hp.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Glen Campbell
Sent: Tuesday, August 23, 2011 8:13 AM
To: openstack@xxxxxxxxxxxxxxxxxxx
Subject: [Openstack] Nova: Admin API blueprints

As we discussed at last week's meeting, I have re-factored the generic Admin API blueprint into three separate blueprints.

https://blueprints.launchpad.net/nova/+spec/admin-account-actions covers actions that an administrator can perform on a tenant/or account, such as suspending the account or suspending all of the servers for an account.

https://blueprints.launchpad.net/nova/+spec/admin-server-actions covers actions that can be performed by an administrator on a server (suspend and resume at the moment).

Finally, and this is the largest change, https://blueprints.launchpad.net/nova/+spec/admin-service-actions covers administrative actions on services. This used to be on /hosts but, because of my lack of understanding, we were not actually administering physical hosts, but the services that run on those hosts. For example, we're proposing that a compute node be able to be placed in MAINTENANCE_MODE - in this mode, the compute node will no longer accept any instance create requests, but will handle any other requests. The use case is for when a server is failing (for example, multiple disk failures have been detected). The administrator can put the host in maintenance mode, ensuring that no new instances are put there, and can then force migrations to move instances off of the node.

Any and all feedback is appreciated.

[cid:image001.png@01CC66FE.CAB94E90]
This email may include confidential information. If you received it in error, please delete it.

PNG image


Follow ups

References