Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-03 Thread Michael Gale
Hey, Here is how I am authenticating using openstacksdk: --snip-- from openstack import connection from openstack import profile from openstack import utils def _create_connection(self, cloud_params, configobj): auth_args = { 'auth_url' : cloud_params['OS_AUTH_URL'],

[Openstack] Hetzner.de

2017-03-03 Thread Dimitris Theoharis
anyone from this list who has a working openstack deployment in hetzner.de i could ask something? Dimitris Theoharis ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

Re: [Openstack] Compute Node asks for [placement] section

2017-03-03 Thread Georgios Dimitrakakis
Reading the initial bug report here: https://bugs.launchpad.net/openstack-manuals/+bug/1663485 as well as the proposed fix here: https://review.openstack.org/#/c/438328 and the Cells documentation here: https://docs.openstack.org/developer/nova/cells.html#cells-v2 my understanding is that I ne

Re: [Openstack] migrate instances to another openstack environment

2017-03-03 Thread Brian Rosmaita
On 3/1/17 6:25 PM, Manuel Sopena Ballesteros wrote: > Hi, > > I am having a hard time trying to migrate my instances to another openstack > installation. > > My understanding is that I could do instance --> snapshot --> image and then > migrate this image to another openstack > > I started fol

Re: [Openstack] [Openstack-sdk] Error in making connection Openstack Python SDK

2017-03-03 Thread Amit Kumar
Andy, thanks for your response. Address is reachable. I am running Horizon UI on this address successfully. I used "http" whereas it should be "https" but it is not working currently with https as well. Anyways, I tried the script from utility container where openstack command line client is succ