Note that there has been a lot of discussion and a potential path forward for 
hierarchical project support in openstack. I personally think this makes a lot 
more sense than having a bunch of domain specific calls. Please take a look at 
the information in the wiki here:

https://wiki.openstack.org/wiki/HierarchicalMultitenancy

We are going to be discussing this in detail at the summit.

Vish

On Mar 28, 2014, at 7:06 AM, Henrique Truta <henriquecostatr...@gmail.com> 
wrote:

> Hi all!
> 
> I've been working on a prototype of Domains in Nova. In that prototype the 
> user is now able to do the following API calls with a domain scoped token:
> 
> GET v2/domains/{domain_id}/servers: Lists servers which projects belong to 
> the given domain
> GET v2/domains/{domain_id}/servers/{server_id}: Gets details from the given 
> server
> DELETE v2/domains/{domain_id}/servers/{server_id}: Deletes the given server
> POST v2/domains/{domain_id}/servers/{server_id}/action: Reboots the given 
> server
> 
> Could you help me test these functionalities and review the code?
> 
> The code can be found in my github repo 
> (https://github.com/henriquetruta/nova) on the domains-prototype branch.
> 
> Thanks!
> 
> -- 
> --
> Ítalo Henrique Costa Truta
> 
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to