You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@libcloud.apache.org by boochi shiva <hi...@gmail.com> on 2012/09/20 21:56:19 UTC

Error while using rackspace nova drivers (libcloud version : 0.11.1 : )

Hi,
I'm trying to use the rackspacenova drivers like below,

Code:
---------------------------------------------------------------------------
Driver = get_driver(Provider.RACKSPACE_NOVA_DFW);
driver = Driver('user', 'key');
print driver.list_images()
----------------------------------------------------------------------------

Error :
-----------------------------------------------------------------------------
"workspace/dev/pickled/py_modules/libcloud/common/openstack.py", line 475,
in _populate_hosts_and_request_paths
'have auth_url set')

libcloud.common.types.LibcloudError: <LibcloudError in None 'OpenStack
instance must have auth_url set'>

Pointers or example to use nova drivers for rackspace would of great help.

Thanks
Shiva

-- 
 /)  ,       /)
(/   _/_ _ _(/
/ )_((__(/(_/ )_

[dev] Error while using rackspace nova drivers (libcloud version : 0.11.1 : )

Posted by boochi shiva <hi...@gmail.com>.
Hi,
I'm trying to use the rackspacenova drivers like below,

Code:
---------------------------------------------------------------------------
Driver = get_driver(Provider.RACKSPACE_NOVA_DFW);
driver = Driver('user', 'key');
print driver.list_images()
----------------------------------------------------------------------------

Error :
-----------------------------------------------------------------------------
"workspace/dev/pickled/py_modules/libcloud/common/openstack.py", line 475,
in _populate_hosts_and_request_paths
'have auth_url set')

libcloud.common.types.LibcloudError: <LibcloudError in None 'OpenStack
instance must have auth_url set'>

Pointers or example to use nova drivers for rackspace would of great help.

Thanks
Shiva

-- 
 /)  ,       /)
(/   _/_ _ _(/
/ )_((__(/(_/ )_




-- 
 /)  ,       /)
(/   _/_ _ _(/
/ )_((__(/(_/ )_

Re: Error while using rackspace nova drivers (libcloud version : 0.11.1 : )

Posted by boochi shiva <hi...@gmail.com>.
thanks got it to work.

On Fri, Sep 21, 2012 at 1:32 AM, Adam Glenn <ge...@gmail.com> wrote:

> I have an example here https://gist.github.com/3053325
>
> On Thu, Sep 20, 2012 at 3:56 PM, boochi shiva <hi...@gmail.com>
> wrote:
>
> > Hi,
> > I'm trying to use the rackspacenova drivers like below,
> >
> > Code:
> >
> ---------------------------------------------------------------------------
> > Driver = get_driver(Provider.RACKSPACE_NOVA_DFW);
> > driver = Driver('user', 'key');
> > print driver.list_images()
> >
> >
> ----------------------------------------------------------------------------
> >
> > Error :
> >
> >
> -----------------------------------------------------------------------------
> > "workspace/dev/pickled/py_modules/libcloud/common/openstack.py", line
> 475,
> > in _populate_hosts_and_request_paths
> > 'have auth_url set')
> >
> > libcloud.common.types.LibcloudError: <LibcloudError in None 'OpenStack
> > instance must have auth_url set'>
> >
> > Pointers or example to use nova drivers for rackspace would of great
> help.
> >
> > Thanks
> > Shiva
> >
> > --
> >  /)  ,       /)
> > (/   _/_ _ _(/
> > / )_((__(/(_/ )_
> >
>



-- 
 /)  ,       /)
(/   _/_ _ _(/
/ )_((__(/(_/ )_

Re: Error while using rackspace nova drivers (libcloud version : 0.11.1 : )

Posted by Adam Glenn <ge...@gmail.com>.
I have an example here https://gist.github.com/3053325

On Thu, Sep 20, 2012 at 3:56 PM, boochi shiva <hi...@gmail.com> wrote:

> Hi,
> I'm trying to use the rackspacenova drivers like below,
>
> Code:
> ---------------------------------------------------------------------------
> Driver = get_driver(Provider.RACKSPACE_NOVA_DFW);
> driver = Driver('user', 'key');
> print driver.list_images()
>
> ----------------------------------------------------------------------------
>
> Error :
>
> -----------------------------------------------------------------------------
> "workspace/dev/pickled/py_modules/libcloud/common/openstack.py", line 475,
> in _populate_hosts_and_request_paths
> 'have auth_url set')
>
> libcloud.common.types.LibcloudError: <LibcloudError in None 'OpenStack
> instance must have auth_url set'>
>
> Pointers or example to use nova drivers for rackspace would of great help.
>
> Thanks
> Shiva
>
> --
>  /)  ,       /)
> (/   _/_ _ _(/
> / )_((__(/(_/ )_
>