Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Sujay M
Thanks Daneile, that problem got solved. root@ubuntu:~# curl -k -v -H 'X-Auth-Token: AUTH_tkf3766e837a6b4e3fb62d20c87630972d' http://10.0.2.15:8080/v1/AUTH_test * About to connect() to 10.0.2.15 port 8080 (#0) * Trying 10.0.2.15... connected > GET /v1/AUTH_test HTTP/1.1 > User-Agent: curl/7.22.0

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Daniele Valeriani
Sujay, That means that memcached is still not running. You should probably adjust your /etc/memcached.conf file and get it running. Please refer to the memcached docs if you don't know where to start with that. Daniele Daniele On 17 January 2013 11:12, Sujay M wrote: > Hi Daniele, > > Thanks

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Sujay M
Hi Daniele, Thanks for the reply. I tried to start memcached using service memcached start but even after doing this the ps -A | grep "memcached" returns nothing and multiple tokens are generated On 17 January 2013 16:33, Daniele Valeriani wrote: > Sujay, > > If memcached isn't running the

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Daniele Valeriani
Sujay, If memcached isn't running the proxy server doesn't have a backend to store auth tokens (and the cache section in your config becomes vain). The proxy server then generates a new token for each new request. This should be OK after memcached has started. Daniele Daniele On 17 January 201

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Gabe Westmaas
Its in the instance_metadata table in the nova db. From: Trinath Somanchi [mailto:trinath.soman...@gmail.com] Sent: Friday, August 31, 2012 9:15 PM To: Anne Gentle Cc: OpenStack Development Mailing List; openstack@lists.launchpad.net Subject: Re: [openstack-dev] [Openstack] Openstack NOVA and Meta

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Trinath Somanchi
Hi Guys- Thanks a lot for the replies, One more doubt. Where is this metadata stored in the Nova Database. Please help me understand the same. -- TNS On Sat, Sep 1, 2012 at 12:16 AM, Anne Gentle wrote: > >> Though I have too many questions, I'm in need of these since, Want to > >> understan

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Anne Gentle
>> Though I have too many questions, I'm in need of these since, Want to >> understand the ROLE of metadata concept? > > > The role is simple - you can set metadata on a server, and retrieve it later > if you wish. Let's say you're creating a web interface, like a dashboard, that talks to the Comp

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Kiall Mac Innes
On Fri, Aug 31, 2012 at 6:01 PM, Trinath Somanchi < trinath.soman...@gmail.com> wrote: > Hi Vish- > > Thanks for the reply. > > I need much more info on these. > > [1] Where this Metadata comes into picture., while launching the instance, > or after instance is launched ? > As the docs linked to

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Trinath Somanchi
Hi Vish- Thanks for the reply. I need much more info on these. [1] Where this Metadata comes into picture., while launching the instance, or after instance is launched ? [2] In the Essex release, how can he see what metadata is being prepared and used ? [3] What is the use of this metadata. [4]

Re: [Openstack] [openstack-dev] Openstack NOVA and Metadata.

2012-08-31 Thread Vishvananda Ishaya
Server Metadata: http://docs.openstack.org/api/openstack-compute/2/content/Server_Metadata-d1e2529.html More Metadata Info: http://docs.openstack.org/api/openstack-compute/2/content/MetadataSection.html Personalities: http://docs.openstack.org/api/openstack-compute/2/content/Server_Personality