Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Vishvananda Ishaya
users/tenants should be managed with keystone. So this would really be in the purview of the keystone admin api. On Aug 30, 2011, at 10:20 AM, Nguyen, Liem Manh wrote: Hi Glen, This may be a tangential question, but I don’t see a Nova Admin API to allow creation/deletion of projects and

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Nguyen, Liem Manh
] Nova: Admin API blueprints users/tenants should be managed with keystone. So this would really be in the purview of the keystone admin api. On Aug 30, 2011, at 10:20 AM, Nguyen, Liem Manh wrote: Hi Glen, This may be a tangential question, but I don't see a Nova Admin API to allow creation

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Nguyen, Liem Manh
[mailto:vishvana...@gmail.com] Sent: Tuesday, August 30, 2011 11:31 AM To: Nguyen, Liem Manh Cc: Glen Campbell; openstack@lists.launchpad.net Subject: Re: [Openstack] Nova: Admin API blueprints With keystone in use, there is no user and project object in nova anymore. So the only thing that would

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Vishvananda Ishaya
With keystone in use, there is no user and project object in nova anymore. So the only thing that would make sense inside of nova is: delete all resources associated with a given project_id string. Vish On Aug 30, 2011, at 11:11 AM, Nguyen, Liem Manh wrote: How is Nova project/user

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Vishvananda Ishaya
This is correct. Well, they are still there, but marked deprecated. One can still use the old user and project system by using the --use_deprecated_auth flag and using the modified middleware stack that is commented out in the default paste.ini file. Vish On Aug 30, 2011, at 11:37 AM,

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Glen Campbell
@lists.launchpad.netmailto:openstack@lists.launchpad.net Subject: Re: [Openstack] Nova: Admin API blueprints And does that interface exist? Thanks, Jason From: openstack-bounces+jason.rouault=hp@lists.launchpad.netmailto:openstack-bounces+jason.rouault=hp@lists.launchpad.net [mailto:openstack

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Rouault, Jason (Cloud Services)
(Cloud Services); Vishvananda Ishaya; Nguyen, Liem Manh Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Nova: Admin API blueprints We're in the midst of implementing these now: https://blueprints.launchpad.net/nova/+spec/admin-account-actions Essentially suspend/resume for all

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Nguyen, Liem Manh
To: Nguyen, Liem Manh Cc: Glen Campbell; openstack@lists.launchpad.net Subject: Re: [Openstack] Nova: Admin API blueprints This is correct. Well, they are still there, but marked deprecated. One can still use the old user and project system by using the --use_deprecated_auth flag and using

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Vishvananda Ishaya
[mailto:vishvana...@gmail.com] Sent: Tuesday, August 30, 2011 12:44 PM To: Nguyen, Liem Manh Cc: Glen Campbell; openstack@lists.launchpad.net Subject: Re: [Openstack] Nova: Admin API blueprints This is correct. Well, they are still there, but marked deprecated. One can still use the old user

[Openstack] Nova: Admin API blueprints

2011-08-23 Thread Glen Campbell
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

Re: [Openstack] Nova: Admin API blueprints

2011-08-23 Thread Glen Campbell
: Tue, 23 Aug 2011 20:44:57 +0400 To: Glen Campbell glen.campb...@rackspace.commailto:glen.campb...@rackspace.com Subject: Re: [Openstack] Nova: Admin API blueprints I am going to merge extention for network manipulating https://code.launchpad.net/~chemikadze/nova/contrib-extention-networks/+merge