Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, Thx a lot. Regards, J.P. From: José Riguera López [mailto:jrigu...@gmail.com] Sent: mardi 7 juin 2016 16:21 To: Jean-Pierre Ribeauville Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Using Python SDK to retrieve cloud topology Hi, Sure you can, have a look here: https

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
, I've to add the Hypervisor hostname display . Thx for help. Regards, J.P. From: Tobias Urdin [mailto:tobias.ur...@crystone.com] Sent: mardi 7 juin 2016 16:44 To: Jean-Pierre Ribeauville Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Using Python SDK to retrieve cloud topology

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Tobias Urdin
Hello Jean-Pierre, Yes you can. You can gather or control all parts of OpenStack using the REST API:s Best regards #!/usr/bin/env python from novaclient import client nova = client.Client(2, "adminuser", "passwordhere", "adminproject", "http://controller:35357/v2.0";

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread José Riguera López
Hi, Sure you can, have a look here: https://github.com/jriguera/setupproject-openstack/blob/master/osproject.py#L849 You have all the API documented here: http://docs.openstack.org/developer/python-novaclient/ Regards, 2016-06-07 16:01 GMT+02:00 Jean-Pierre Ribeauville : > Hi, > > > By using O

[Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, By using OpenStack Python SDK, is it possible to retrieve such things as hypervisors , aggregate and availability zones list? Thx for help. Regards, Jean-Pierre RIBEAUVILLE +33 1 4717 2049 [axway_logo_tagline_87px] ___ Mailing list: http://lis