Re: List network errors with Openstack Juno

2015-10-20 Thread anu
Thank you. I will try that one. -- Greetings, Anu On Tue, 20 Oct 2015 19:36:47 +0530 Markos Gogoulos <mgogou...@mist.io> wrote We have implemented some custom functions on mistio branch of libcloud, checkout https://github.com/mistio/libcloud mistio branch

Re: List network errors with Openstack Juno

2015-10-20 Thread anu
ile "/usr/lib/python2.7/site-packages/libcloud/common/base.py", line 143, in __init__ headers=self.headers) libcloud.common.exceptions.BaseHTTPError: 404 Not Found 404 Not Found The resource could not be found. - Greetings, Anu On Tue, 20 Oct 2015 18:35:24

List network errors with Openstack Juno

2015-10-20 Thread anu
, I can see url prefix is set as below networks_url_prefix = '/os-networks' But in Openstack API guide(http://developer.openstack.org/api-ref-networking-v2.html), I am seeing network APIs end with '/v2.0/networks' Any assistance is appreciated. Thanks in advance. -- Greetings Anu

Re: device parameter errors out while attaching a volume in openstack

2015-10-01 Thread anu
Hi Markos, Setting device parameter to None resolved the error. Openstack is now automatically assigning a device. driver.attach_volume(instances[0], volumes[0], device = None) However omitting device parameter resulted in same error. -- Greetings Anu Bhaskar On Thu, 01 Oct