Re: [Openstack] Unable to download images from glance.

2013-02-08 Thread Antonio Messina
On Thu, Feb 7, 2013 at 8:25 PM, Iccha Sethi iccha.se...@rackspace.com wrote: Unfortunately this is a known design flaw and has been reported previously as a bug as well - https://bugs.launchpad.net/glance/+bug/1100220 . We will hopefully be looking at rectifying it sometime soon. Thank you

[Openstack] [OpenStack][Swift] staticweb lookup error

2013-02-08 Thread Sujay M
Hi all, I'm getting this error while implementing staticweb in my proxyserver LookupError: No section 'staticweb' (prefixed by 'app' or 'application' or 'composite' or 'composit' or 'pipeline' or 'filter-app') found in config /etc/swift/proxy-server.conf proxy-server.conf [pipeline:main]

[Openstack] initramfs-growroot or LVM

2013-02-08 Thread Davide Guerri
Hi all, I'm preparing some cloud images for the major Linux distributions and I'd like they to grow their root fs on boot (to use all the available space). Ubuntu cloud images (http://cloud-images.ubuntu.com) use initramfs-growroot but installing it (and maintaining it across kernel upgrade)

Re: [Openstack] [OpenStack][Swift] staticweb lookup error

2013-02-08 Thread Sujay M
Error got resolved. Sorry for the inconvenience. i just put staticweb before proxy-server in the pipeline On 8 February 2013 14:07, Sujay M sujay@gmail.com wrote: Hi all, I'm getting this error while implementing staticweb in my proxyserver LookupError: No section 'staticweb'

[Openstack] Fwd: [Question #221283]: VM instance is not able to get IP address

2013-02-08 Thread Anil Vishnoi
Hi All, I posted below question on launchpad -quantum, but i didn't get any response from the team, may be its not that active as openstack mailing list. I am facing an issue detailed in this question [ https://answers.launchpad.net/quantum/+question/221283] and did some analysis and shared it

Re: [Openstack] initramfs-growroot or LVM

2013-02-08 Thread Pádraig Brady
On 02/08/2013 08:55 AM, Davide Guerri wrote: Hi all, I'm preparing some cloud images for the major Linux distributions and I'd like they to grow their root fs on boot (to use all the available space). Ubuntu cloud images (http://cloud-images.ubuntu.com) use initramfs-growroot but installing

Re: [Openstack] How the linux bridge work in Quantum

2013-02-08 Thread Lei Zhang
Thanks all of guys. I have found the root cause. It is related to this bug https://bugzilla.redhat.com/show_bug.cgi?id=877704 . The explanation is below When netns support is enabled, nat table is placed under a different namespace which doesn't contain the bridge interface inside it. So the

Re: [Openstack] Fwd: [Question #221283]: VM instance is not able to get IP address

2013-02-08 Thread Guilherme Russi
I'm getting a similar problem in my deploy. If someone could help, I appreciate it. Regards. Guilherme. 2013/2/8 Anil Vishnoi vishnoia...@gmail.com Hi All, I posted below question on launchpad -quantum, but i didn't get any response from the team, may be its not that active as openstack

Re: [Openstack] keystone question

2013-02-08 Thread Tong Li
The X-Auth-Token header in your request to validate the user token are not the same thing. You have to login as admin to get a token and hold on to that token, when a user request comes in with his token, you can hand it over to keystone for validation. Here I think will be how the request look

[Openstack] How to generate an API key

2013-02-08 Thread Emilio García
Hi all, I am trying to generate an API key for a Zenpack (Zenoss) to use the OpenStack API to gather stats. However I cannot see how to generate a API key in the documentation anywhere. How can I do that? Also is it possible to use the v1 of the API protocol in Folsom or only v2? Kind regards.

Re: [Openstack] How to generate an API key

2013-02-08 Thread Anne Gentle
Hi Emilio, This isn't exactly a Zenoss list, but look under Usage on this page: https://github.com/zenoss/ZenPacks.zenoss.OpenStack The above page doesn't clearly explain the versions of different APIs from different services. From OpenStack's release perspective for Folsom, the Identity API is

Re: [Openstack] How to generate an API key

2013-02-08 Thread Emilio García
Thank your for taking your time answering. I am aware about this not being a Zenoss list, so this was just to give a little bit of background. I can only find this sentence concerning API keys: *Note: An API key — provided by some cloud providers auth systems. You or your OpenStack provider's

Re: [Openstack] How to generate an API key

2013-02-08 Thread Anne Gentle
On Fri, Feb 8, 2013 at 8:43 AM, Emilio García emilio.gar...@cloudreach.co.uk wrote: Thank your for taking your time answering. I am aware about this not being a Zenoss list, so this was just to give a little bit of background. I can only find this sentence concerning API keys: *Note: An

Re: [Openstack] How to generate an API key

2013-02-08 Thread Emilio García
Hello again, Basically I am using Openstack itself, keystone folsom in particular. I understand then the API keys are just user's passwords? Kind regards. On Fri, Feb 8, 2013 at 2:47 PM, Anne Gentle a...@openstack.org wrote: On Fri, Feb 8, 2013 at 8:43 AM, Emilio García

Re: [Openstack] Provider networks and manual ip management

2013-02-08 Thread tra26
Anyone? Thanks, -Trevor Again, is there a better place to ask these types of questions? I am trying to get a provider network working where I have full control of the ip allocations. What I need is to be able to have 2 (or more public ip addresses, or really to our private network). I know

Re: [Openstack] How to generate an API key

2013-02-08 Thread Anne Gentle
My understanding is that API keys are a provider's term. They are specially generated per user by the provider. There are no API keys in a generic OpenStack Identity (keystone folsom) installation. There are just calls you can make to get a token. Depending on the provider you may need just

Re: [Openstack] How to generate an API key

2013-02-08 Thread Dean Troyer
On Fri, Feb 8, 2013 at 9:19 AM, Anne Gentle a...@openstack.org wrote: My understanding is that API keys are a provider's term. They are specially generated per user by the provider. In general, Anne is right that a word like 'key' is context sensitive. AWS and Rax use it for access to the APIs

Re: [Openstack] Nova.Scheduler TypeError: can't compare datetime.datetime to NoneType

2013-02-08 Thread Greg Chavez
Thanks, Unmesh. My nova.conf on my compute node had some conflicting settings. E.g. I am using quantum, but I still had network_manager = nova.network.manager.FlatDHCPManager. That error is gone. But naturally I have new ones now. I'll start a new thread for that :) On Fri, Feb 8, 2013 at

[Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n

2013-02-08 Thread Greg Chavez
It's a slog, but I appear to be on the cusp on launching my first VM with using the 3-NIC network node setup outline by the OpenStack_Folsom_Install_Guide_WebVersion.rst guide at github. Right now, I'm getting this error on my compute node when I try to launch the Cirros test image. I am so

Re: [Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n

2013-02-08 Thread Greg Chavez
Figured it out myself. The sample nova.conf at https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rsthas this setting: lock_path=/run/lock/nova Gah. Must be an Ubuntu thing? I'm running on RHEL 6.3 I changed this to:

[Openstack] Folsom - Volume attach to a server in second compute node

2013-02-08 Thread AK Sathiya
Hello Openstackers, I have setup the openstack folsom and added additional compute node. I am successfully able to create a VM on the second compute node, but could not attach a volume (I have configured Cinder) to the VM created on the second compute node. When I attach the volume, the

Re: [Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n

2013-02-08 Thread Anne Gentle
Good to know, thanks for the follow-up Greg. Yes, that guide clearly states it's for Ubuntu 12.10, glad that's the only gotcha (is it?). In the official docs we maintain two versions of nova.conf, now I'm going to double-check that in our guides. Thanks for posting. Anne On Fri, Feb 8, 2013 at

Re: [Openstack] Nova issue

2013-02-08 Thread Vishvananda Ishaya
You are likely doing the associate too early. You should wait until the vm is showing a fixed ip address before associating a floating ip. Vish On Feb 6, 2013, at 7:50 AM, Nivrutti Kale n...@connectem.net wrote: Hi All, I am trying to associate IP to the instance. I am getting following

[Openstack] 'novarc' environment setting failed to authenticated

2013-02-08 Thread Rain Li
Hi Mark, Thanks for replying. But still get the same output. Best, Rain On Fri, Feb 8, 2013 at 10:52 AM, Miller, Mark M (EB SW Cloud - RD - Corvallis) mark.m.mil...@hp.com wrote: Hi Rain, ** ** I’ve been setting the following 2 environment variables instead: ** ** **·

Re: [Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n

2013-02-08 Thread Greg Chavez
The github install document is the only one I've found so far (including the docs.openstack.org docs) that provides a quick way to establish a robust cloud infrastructure using all the non-deprecated services and methods. I know it's for Ubuntu systems, so I cross-reference Fedora/RHEL guides to

[Openstack] quantum net-list command get error

2013-02-08 Thread Rain Li
Hi all, When setting the virtual network on network-node with the basic-install guide, I failed to authenticate with the environment variables as suggested in novarc. Then I directly execute command quantum net-list with credential parameters contained. I get this error: DEBUG:

Re: [Openstack] quantum net-list command get error

2013-02-08 Thread Aaron Rosen
Looks like you are missing this part: http://docs.openstack.org/trunk/openstack-network/admin/content/keystone.html Aaron On Fri, Feb 8, 2013 at 12:55 PM, Rain Li lyp20062...@gmail.com wrote: Hi all, When setting the virtual network on network-node with the basic-install guide, I failed to

[Openstack] OpenStack Community Weekly Newsletter (Feb 1 – 8)

2013-02-08 Thread Stefano Maffulli
Highlights of the week Best way to brag about contributing to Grizzly? Contributors to OpenStack Folsom received a nice patch to stick on something you carry every day like a backpack or your favorite sweater. Would you like to get a patch for Grizzly, too? Would you rather get

[Openstack] cirros 0.3.1 released

2013-02-08 Thread Scott Moser
Hi, I just thought I'd announce cirros 0.3.1 here. The biggest feature is config-drive-v2 support, but a more complete list is below. Download images at http://download.cirros-cloud.net/0.3.1 I'm interested in feedback on how they work. - move to buildroot 2012.05 (busybox 1.20.1)

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-glanceclient_trunk #32

2013-02-08 Thread openstack-testing-bot
Title: precise_grizzly_python-glanceclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-glanceclient_trunk/32/Project:precise_grizzly_python-glanceclient_trunkDate of build:Fri, 08 Feb 2013 07:13:19 -0500Build duration:2 min 12 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_trunk #141

2013-02-08 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/141/Project:precise_grizzly_cinder_trunkDate of build:Fri, 08 Feb 2013 07:20:53 -0500Build duration:3 min 13 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_glance_trunk #104

2013-02-08 Thread openstack-testing-bot
at 20130208-2010Build needed 00:08:02, 20020k disc spaceERROR:root:Error occurred during package creation/build: Command

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_trunk #117

2013-02-08 Thread openstack-testing-bot
at 20130208-2015Build needed 00:11:11, 20024k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #649

2013-02-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/649/Project:raring_grizzly_nova_trunkDate of build:Fri, 08 Feb 2013 20:32:12 -0500Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_glance_trunk #105

2013-02-08 Thread openstack-testing-bot
at 20130208-2211Build needed 00:09:14, 20024k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #118

2013-02-08 Thread openstack-testing-bot
at 20130208-2218Build needed 00:13:49, 20020k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #650

2013-02-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/650/Project:raring_grizzly_nova_trunkDate of build:Fri, 08 Feb 2013 22:02:14 -0500Build duration:18 minBuild cause:Started by an SCM changeBuilt