Re: [Openstack] Rebooted, now can't ping my guest

2013-03-07 Thread Sylvain Bauza
Your route is correct, 10.5.5.0/24 is resolved thru qr- by default. I haven't had time to look at tcpdumps carefully, but it seems your network node is receiving the ARP query and replying. I would suggest to monitor all interfaces on both compute node and network node using the tcpdump '-i

[Openstack] Keystone v3 adoption

2013-03-07 Thread
Hello, I would like to know the plans for nova, glance, etc to adopt keystone v3 API. Is there an expectation that this happens in Havana timeframe? I am asking as the it seems the Domains feature is not useful until services are capable of validating a v3 token and move to keystone v3 API. Th

[Openstack] [quantum] Traffic only goes one way, except for ICMP

2013-03-07 Thread Robert van Leeuwen
Hi, I've got a strange networking problem with the quantum l3 router setup: * I can ping from my virtual * "Real" traffic (e.g. TCP) only goes from the quantum setup to the "physical network", return traffic never arrives We have the following setup: * A openstack private network (running accro

Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread Dolph Mathews
The v3 API is largely abstracted from other services (horizon being a major exception) using keystoneclient.middleware.auth_token, which is being revised here [1] and here [2]. Because the clients do not necessarily follow the same release schedule as the services, we've obviously been focused on

Re: [Openstack] How can I know the version if I installed from source code?

2013-03-07 Thread Martinx - ジェ�`ムズ
--version isn't working here (Openstack Folsom @ Ubuntu 12.04) :-/ *nova --version* Unknown, couldn't find versioninfo file at /usr/lib/python2.7/dist- packages/novaclient/versioninfo On 7 March 2013 00:09, Ray Sun wrote: > Is there any method to get the openstack version if I installed f

Re: [Openstack] How can I know the version if I installed from source code?

2013-03-07 Thread Balamurugan V G
Try this: 'nova-manage version' Regards, Balu On Thu, Mar 7, 2013 at 7:37 PM, Martinx - ジェ�`ムズ wrote: > --version isn't working here (Openstack Folsom @ Ubuntu 12.04) :-/ > > *nova --version* > Unknown, couldn't find versioninfo file at /usr/lib/python2.7/dist- > packages/novaclient/version

Re: [Openstack] How can I know the version if I installed from source code?

2013-03-07 Thread Mark DeVerter
nova --version will return (if it was working) the version of the novaclient tool. The proper command is: # nova-manage version 2012.2 (2012.2-LOCALBRANCH:LOCALREVISION) In this example, this is the second release for 2012, so it is Folsom. Cheers, Mark DeVerter _

[Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
Hi All I am following this documentation: http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html to install grizzly on ubuntu precise. and i've got problems with glance: when i try to launch glance-api, i've got the following error message in the api.l

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > Hi All > I am following this documentation: > http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html > to install grizzly on ubuntu precise. I'm following the same instructions. I'm trying to feed

[Openstack] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
Folks, Continuing to follow the instructions starting at [1], I've been running into this issue with cinder not starting up correctly, due to problems with rabbitmq. Turns out that the rabbit userid/password that cinder is configured for didn't exist, and even once I created it manually, it ap

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
2013/3/7 Brad Knowles : > On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > >> Hi All >> I am following this documentation: >> http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html >> to install grizzly on ubuntu precise. > > I'm following the same

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:53 AM, Olivier Archer wrote: > I have set my repo like this: > deb http://ubuntu-cloud.archive.canonical.com/ubuntu > precise-updates/grizzly main Same here: $ cat /etc/apt/sources.list.d/grizzly.list deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/g

Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread Dolph Mathews
Yes, exactly. Until keystoneclient.middleware.auth_token is revised, v3 tokens will basically only be useful against keystone. -Dolph On Thu, Mar 7, 2013 at 11:52 AM, Aguiar, Glaucimar (Brazil R&D-ECL) < glaucimar.agu...@hp.com> wrote: > Hi Dolph, > > ** ** > > Thank you very much for you

Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread
Perfect, thanks! From: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: quinta-feira, 7 de março de 2013 14:56 To: Aguiar, Glaucimar (Brazil R&D-ECL); openstack Subject: Re: [Openstack] Keystone v3 adoption Yes, exactly. Until keystoneclient.middleware.auth_token is revised, v3 tokens will

Re: [Openstack] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:27 PM, Alexis Richardson wrote: > This sounds like an OpenStack config issue, but if you do have any > questions about rabbit feel free to post to the rabbitmq-discuss > mailing list. I got a confirmation on #openstack-manuals at irc.freenode.net that the lines related to r

Re: [Openstack] [openstack-dev] what is the process of close a virtual machine instance?

2013-03-07 Thread Anne Gentle
Hi, this question is probably best asked on the openstack list, as the -dev list is intended for future state of OpenStack. To answer your question about closing a VM instance, do you mean stopping? There are two methods for stopping and starting an instance: - *nova pause* / *nova unpaus

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > when i try to launch glance-api, i've got the following error message > in the api.log: > 2013-03-07 16:49:01.740 5758 CRITICAL glance [-] duplicate option: log-format On #openstack-manuals at irc.freenode.net I found out that this is apparent

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:38 PM, Brad Knowles wrote: > On #openstack-manuals at irc.freenode.net I found out that this is apparently > a known bug, see [1]. Sorry, make that #openstack-doc. -- Brad Knowles Senior Consultant ___ Mailing list: https://la

Re: [Openstack] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:36 PM, Brad Knowles wrote: > I got a confirmation on #openstack-manuals at irc.freenode.net that the lines > related to rabbitmq in that commit aren't necessary. Sorry, make that #openstack-doc. -- Brad Knowles Senior Consultant _

Re: [Openstack] Glance with S3 backend

2013-03-07 Thread Logan McNaughton
>From docs.openstack.org: "Written in a five-day book sprint in February 2013, targeting the Folsom release for stability. " Anyway, that's beside the point, I'm really just wondering if Glance can write images and snapshots to an S3 backend? On Thu, Mar 7, 2013 at 2:43 PM, Brad Knowles wrote:

Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hello, I am sorry but I am still a tad bit confused with this email thread. As of the Grizzly-3 release: 1. Do Grizzly-3 OpenStack services like Nova accept and validate Keystone V3 tokens (both UUID and PKI) ? 2. Do Grizzly-3 OpenStack services use the Keystone v2.0 APIs or do t

Re: [Openstack] Glance with S3 backend

2013-03-07 Thread Jay Pipes
Yes, it certainly can write images to the S3 backend. Best, -jay On 03/07/2013 03:02 PM, Logan McNaughton wrote: > From docs.openstack.org : > "Written in a five-day book sprint in February 2013, targeting the > Folsom release for stability. " > > Anyway, that's beside

Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread Dolph Mathews
On Thu, Mar 7, 2013 at 2:38 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Hello, > > ** ** > > I am sorry but I am still a tad bit confused with this email thread. > > ** ** > > As of the Grizzly-3 release: > > ** ** > > **1. **Do Grizzly-3 OpenStack services li

[Openstack] Grizzly Cinder Volume API vs. Nova os-volumes api

2013-03-07 Thread Gu, James
Hi, In the latest Grizzly V3, I can still provision volumes through the Nova os-volumes api. I would like to ask whether the Nova os-volumes will co-exist with Cinder volume api at the final release of Grizzly or we are supposed to migrate to use cinder api directly? Thanks James

Re: [Openstack] Glance with S3 backend

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:37 PM, Logan McNaughton wrote: > PS: I know the goal of the Operations Guide was to finish it in 5 days, but > there are a lot of typos and grammatical errors...maybe 7 days next time? It's a living document, and it was produced as a step towards the Grizzly Release Candi

[Openstack] [Swift]

2013-03-07 Thread Tomáš Šoltys
Hi, I am trying to setup a swift proxy server and I got stuck with following message when I try to execute 'swift-init proxy start' os_admin@osvm01:~$ sudo swift-init p

Re: [Openstack] Glance with S3 backend

2013-03-07 Thread Tom Fifield
I'll take the blame for the S3 backend miscomment - apologies - I have updated the book online. In exchange, I would, however, be interested in where those typo and grammatical errors are :) Regards, Tom On 08/03/13 07:43, Jay Pipes wrote: > Yes, it certainly can write images to the S3 backend.

[Openstack] Glance with S3 backend

2013-03-07 Thread Logan McNaughton
I'm a little confused about Glance's capabilities when used with S3 as the backend. In the newly written Operations Guide, it states (under Cloud Controller Design): The glance-api part is an abstraction layer that allows a choice of backend. Currently, it supports: - OpenStack Object Storage

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Kieran Spear
I've seen this before. My problem was an out of date /etc/glance/glance-api-paste.ini: [filter:authtoken] paste.filter_factory = keystone.middleware.auth_token:filter_factory Changing it to: [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory Fixed thin

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
2013/3/7 Kieran Spear : > I've seen this before. My problem was an out of date > /etc/glance/glance-api-paste.ini: > > [filter:authtoken] > paste.filter_factory = keystone.middleware.auth_token:filter_factory > > Changing it to: > > [filter:authtoken] > paste.filter_factory = keystoneclient.middlew

Re: [Openstack] Grizzly Cinder Volume API vs. Nova os-volumes api

2013-03-07 Thread thingee
Hi James, It looks like Nova will continue to have os-volume support, but that'll only be able to talk to Cinder API v1. And a little note unrelated to your question, Cinder API v2 will be available through cinderclient in its next release (very soon), but you can try it now from the github repo [

Re: [Openstack] How can I know the version if I installed from source code?

2013-03-07 Thread Ray Sun
nova-manage version works for me. Also cinder-manage version also works. Thanks a lot. - Ray Best Regards CIeNET Technologies (Beijing) Co., Ltd Technical Manager Email: qsun01...@cienet.com.cn Office Phone: +86-01081470088-7079 Mobile Phone: +86-13581988291 On Thu, Mar 7, 2013 at 11:21 PM, M

[Openstack] cannot ping to floating ip of a vm instance

2013-03-07 Thread Sammy Fung
I am configuring openstack to access a VM instance with public IP address on foslom+quantum. I can ping to fixed IP address of a VM instance but not its floating IP, I am looking for a debug method and solution, thanks. I assigned floating IP to a VM instance. # quantum floatingip-show 191cb114

Re: [Openstack] cannot ping to floating ip of a vm instance

2013-03-07 Thread Sammy Fung
And will it related to iptables, route or metadata server problem ? On Fri, Mar 8, 2013 at 1:32 PM, Sammy Fung wrote: > I am configuring openstack to access a VM instance with public IP address > on foslom+quantum. > > I can ping to fixed IP address of a VM instance but not its floating IP, I

Re: [Openstack] Grizzly Cinder Volume API vs. Nova os-volumes api

2013-03-07 Thread Gu, James
Hi Mike, The documents are very helpful. A follow-up question, in the final release of Grizzly, would I expect to see V1 or V2 Cinder api? If V2, would the Nova os-volume be updated to talk to Cinder v2 api as well? Thanks. James From: thingee [mailto:thin...@gmail.com] Sent: Thursday, Mar

[Openstack] PluginAwareExtensionManager

2013-03-07 Thread Trinath Somanchi
Hi Stackers- I'm getting this error when I start the quantum service for certain extensions. 'PluginAware Extension Manager' object has no attribute 'plugins' Please help me in fixing this issue. -- Regards, -- Trinath Somanchi, +91 9866 235 130 __

[Openstack] Error uploading large objects(>1G) on swift

2013-03-07 Thread Shashank Sahni
Hi everyone, I'm running a small test setup of swift with one proxy+storage and one storage instance. The setup seems to be running well for small objects. I'm able to create and upload them successfully using swift cli tool, but for large objects(>1G), I get error of "503 service unavailable"(on