[Openstack] ask.openstack invalid certificate error

2013-04-23 Thread Sam Morrison
Hi guys, Looks like the web server for ask.openstack.org isn't sending the necessary intermediate certification authority files to the client and hence getting a cert not valid (when using firefox at least) ask.openstack.org uses an invalid security certificate. The certificate is not

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Salvatore Orlando
Quantum's metadata solution for Grizzly can run either with or without the l3 agent. When running within the l3 agent, packets directed to 169.254.169.254 are sent to the default gateway; the l3 agent will spawn a metadata proxy for each router; the metadata proxy forwards them to the metadata

[Openstack] Heat PTL nominations are open

2013-04-23 Thread Thierry Carrez
Hi everyone, As you may know, Steve Dake resigned[1] from his Heat PTL position for personal reasons. Now that the summit is over, we should start the selection process for his replacement. If you would like to announce that you would like to be the PTL for Heat for the rest of the Havana

[Openstack] problem in authenticating...

2013-04-23 Thread Study Kamaill
THis is the output ::  ---  root@swift-workshop:~# curl -v -H 'X-Auth-User: admin:admin' -H 'X-Auth-Key: admin' http://127.0.0.1/auth/v1.0/ * About to connect() to 127.0.0.1 port 80 (#0) *   Trying 127.0.0.1... connected GET /auth/v1.0/ HTTP/1.1 User-Agent: curl/7.22.0

[Openstack] [OpenStack][Swift] Swift Storage nodes leave db.pending files after failed requests

2013-04-23 Thread Sergio Rubio
Howdy folks, While populating an empty Swift test cluster with swift-dispersion-populate some container creation requests failed, leaving 'db.pending' files. This is standard operation I think (http://docs.openstack.org/developer/swift/overview_architecture.html#updaters) however the pending

Re: [Openstack] problem in authenticating...

2013-04-23 Thread Unmesh Gurjar
Kamaill, I think that is caused because of the wrong HTTP header in the second curl command. It should be 'X-Auth-Token' instead of 'XX-Auth-Token'. Give it a try and get back if you have any issue. -Unmesh. On Tue, Apr 23, 2013 at 1:17 PM, Study Kamaill study.i...@yahoo.com wrote: THis is

[Openstack] How to configure nova-network for a single node

2013-04-23 Thread Daniel Ellison
Hi all, I've slowly been configuring a single server with OpenStack for a proof-of-concept I want to present to my managers. This single server is co-located and directly exposed to the Internet. It has one active Ethernet port (eth0) and one inactive and disconnected Ethernet port (eth1).

[Openstack] Heat PTL candidacy

2013-04-23 Thread Steven Hardy
Hi! I'd like to propose myself as a candidate for the Heat PTL role, ref Thierry's nominations email [1] I've been professionally involved with software engineering for around 13 years, working in a variety of industries, from embedded/kernel development to big-enterprise customer-facing

[Openstack] AUTO: Dietmar Noll/Germany/IBM is out of the office (returning 24.04.2013)

2013-04-23 Thread Dietmar Noll
I am out of the office until 24.04.2013. I am out of the office traveling and will only have limited access to e-mails. I will respond as soon as possible. For TPC/VSC related topics, please contact Sumant Padbidri For other urgent topics, please contact Horst Zisgen. Note: This is an

Re: [Openstack] Heat PTL candidacy

2013-04-23 Thread Steven Hardy
Repost to correctly include openstack-dev on Cc On Tue, Apr 23, 2013 at 02:45:31PM +0100, Steven Hardy wrote: Hi! I'd like to propose myself as a candidate for the Heat PTL role, ref Thierry's nominations email [1] I've been professionally involved with software engineering for around 13

Re: [Openstack] How to configure nova-network for a single node

2013-04-23 Thread Eric Marques
Dear Daniel, I'm working at a company that has published an article on this subject. http://sysadmin.smile.fr/post/2013/04/23/Use-flat-network-with-OpenStack Hope it will help you, Regards, Le 23/04/2013 14:44, Daniel Ellison a écrit : Hi all, I've slowly been configuring a single server

[Openstack] horizon error

2013-04-23 Thread Mballo Cherif
Hi everybody, when I'm authenticate with horizon I have this message Error: Unauthorized: Unable to retrieve usage information. And Error: Unauthorized: Unable to retrieve quota information. How can I fix this issue? Thanks you for your help! Sheriff!

Re: [Openstack] horizon error

2013-04-23 Thread Heiko Krämer
Hiho, this occurs if an service not running or not reachable. In your case mostly api or compute. Check if each service are running and reachable from your Horizon host. Check if all endpoints in keystone are configured correctly. Greetings Heiko On 23.04.2013 17:25, Mballo Cherif wrote: Hi

[Openstack] CLI to get IP address in use

2013-04-23 Thread Steve Heistand
is there a cli command to get the list of IP addresses in use by a given user or tenant? thanks -- Steve Heistand NASA Ames Research Center SciCon Group Mail Stop

Re: [Openstack] CLI to get IP address in use

2013-04-23 Thread Yi Yang
nova list should show all the VMs, as well as the ip addresses, that the tenant owns Yi On 4/23/13 11:33 AM, Steve Heistand wrote: is there a cli command to get the list of IP addresses in use by a given user or tenant? thanks ___ Mailing list:

[Openstack] [debian] questions?

2013-04-23 Thread Arindam Choudhury
Hi, I am following this tutorial http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html to install grizzly using deb http://archive.gplhost.com/debian grizzly main deb http://archive.gplhost.com/debian grizzly-backports main When I tried

Re: [Openstack] horizon error

2013-04-23 Thread Mballo Cherif
Hi Hiho, Thanks you for your answers. In fact when I lauch nova-manage service list I get this: nova-certopenstack-grizzly.linux.gem internal enabled :-) 2013-04-23 16:05:03 nova-conductor openstack-grizzly.linux.gem internal enabled :-)

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
, there is no route to 169.254.0.0/16 network. Probably because its dhcp client isn't ready with option 121 ??? Also, the `Ubuntu Cloud Image' doesn't reach the metadata too, I'm seeing: 20130423 15:13:05,687 util.py[WARNING]: ' http://169.254.169.254/20090404/metadata/instanceid' failed [49/120s]: url error

[Openstack] [OSSG][OSSN] HTTP POST limiting advised to avoid Essex/Folsom Keystone DoS

2013-04-23 Thread Clark, Robert Graham
HTTP POST limiting advised to avoid Essex/Folsom Keystone DoS --- ### Summary ### Concurrent Keystone POST requests with large body messages are held in memory without filtering or rate limiting, this can lead to resource exhaustion on the Keystone server. ### Affected Services / Software ###

Re: [Openstack] [Quantum] Query regarding floating IP configuration

2013-04-23 Thread Edgar Magana
Anil, If you are testing multiple vNICs I will recommend you to use the following image: IMAGE_URLS=http://www.openvswitch.org/tty-quantum.tgz In your localrc add the above string and you are all set up! Thanks, Edgar From: Anil Vishnoi vishnoia...@gmail.com Date: Wednesday, April 17, 2013

Re: [Openstack] How to configure nova-network for a single node

2013-04-23 Thread Razique Mahroua
Great one! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 23 avr. 2013 à 17:09, Eric Marques marque...@free.fr a écrit :Dear Daniel,I'm working at a company that has published an article on this

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
with option 121 ??? Also, the `Ubuntu Cloud Image' doesn't reach the metadata too, I'm seeing: 20130423 15:13:05,687 util.py[WARNING]: ' http://169.254.169.254/20090404/metadata/instanceid' failed [49/120s]: url error [timed out] And, I have a `Pre-Installed' Ubuntu template that I can boot

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Paras pradhan
isn't ready with option 121 ??? Also, the `Ubuntu Cloud Image' doesn't reach the metadata too, I'm seeing: 20130423 15:13:05,687 util.py[WARNING]: ' http://169.254.169.254/20090404/metadata/instanceid' failed [49/120s]: url error [timed out] And, I have a `Pre-Installed' Ubuntu template

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
Cloud Image' doesn't reach the metadata too, I'm seeing: 20130423 15:13:05,687 util.py[WARNING]: ' http://169.254.169.254/20090404/metadata/instanceid' failed [49/120s]: url error [timed out] And, I have a `Pre-Installed' Ubuntu template that I can boot and login, it have the option 121

[Openstack] is this normal / is there a workaround

2013-04-23 Thread Steve Heistand
so I have a grizzly/quantum/ovs/gre setup that currently only has the 1 extra external IP for a single tenant network. Its assigned to the quantum router so the VMs dont have external floating IPs. Once Im given them by networking they will. But in the mean time the only way I can get to the VMs

Re: [Openstack] Multinode setup?

2013-04-23 Thread Dmitry Makovey
I have tracked error message to: # grep -nrF service['updated_at'] /usr/lib/python2.6/site-packages/ /usr/lib/python2.6/site-packages/cinder/utils.py:929:    last_heartbeat = service['updated_at'] or service['created_at'] but now I can't quite figure out what event would trigger update of

[Openstack] Folsom TryStack on RHEL

2013-04-23 Thread Nachi Ueno
Hi TryStack Users Please take my apologies for delaying deploy x86 Zones. We are happy to announce new Folsom X86 zone. http://trystack.org/ http://x86.trystack.org/dashboard/ One great news is Red Hat's starts contributing, The cluster is now managed by Redhat and it is running on RHEL. Some

Re: [Openstack] Folsom TryStack on RHEL

2013-04-23 Thread Syed Armani
Thank you very much Nachi for sharing this good news. Its good to know that Red Hat is helping out in keeping trystack.org healthy and running. Best regards, Syed On Wednesday 24 April 2013 04:46 AM, Nachi Ueno wrote: Hi TryStack Users Please take my apologies for delaying deploy x86 Zones.

Re: [Openstack] Folsom TryStack on RHEL

2013-04-23 Thread Nachi Ueno
Hi Syed Your welcome! :) And, Sorry for double post Best Nachi 2013/4/24 Syed Armani syed.arm...@hastexo.com: Thank you very much Nachi for sharing this good news. Its good to know that Red Hat is helping out in keeping trystack.org healthy and running. Best regards, Syed On

Re: [Openstack] ask.openstack invalid certificate error

2013-04-23 Thread Stefano Maffulli
On 04/23/2013 12:29 AM, Sam Morrison wrote: Looks like the web server for ask.openstack.org isn't sending the necessary intermediate certification authority files to the client and hence getting a cert not valid (when using firefox at least) Thanks, looks like a bug. We'll work on it. /stef

[Openstack] grizzly nova+quantum+gre cannot ping instance after nova boot

2013-04-23 Thread Ajiva Fan
i'm following this guide https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide if i launch an instance from horizon, i can using ip netns exec qrouter-xxx ping xxx to ping that instance and ssh to it, and access external network, everything seems fine, at least from my view. **However,

[Openstack] [OpenStack] Grizzly: Does metadata service work when overlapping IPs is enabled

2013-04-23 Thread Balamurugan V G
Hi, In Grizzly, when using quantum and overlapping IPs, does metadata service work? This wasnt working in Folsom. Thanks, Balu ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #23

2013-04-23 Thread openstack-testing-bot
at 20130423-0334Build needed 00:01:33, 12068k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #24

2013-04-23 Thread openstack-testing-bot
at 20130423-0434Build

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #27

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/27/Project:precise_havana_keystone_trunkDate of build:Tue, 23 Apr 2013 09:31:37 -0400Build duration:2 min 33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #28

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/28/Project:precise_havana_keystone_trunkDate of build:Tue, 23 Apr 2013 10:01:38 -0400Build duration:2 min 17 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #51

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/51/Project:precise_havana_quantum_trunkDate of build:Tue, 23 Apr 2013 13:01:36 -0400Build duration:2 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #25

2013-04-23 Thread openstack-testing-bot
at 20130423-1434Build needed 00:01:35, 12072k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_grizzly_version-drift #1

2013-04-23 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/1/ -- Started by user Adam Gandelman Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/ws/ [cloud-archive_grizzly_version-drift]

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #52

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/52/Project:precise_havana_quantum_trunkDate of build:Tue, 23 Apr 2013 16:31:37 -0400Build duration:2 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: cloud-archive_deploy-new #1

2013-04-23 Thread openstack-testing-bot
Title: cloud-archive_deploy-new General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy-new/1/Project:cloud-archive_deploy-newDate of build:Tue, 23 Apr 2013 16:47:28 -0400Build duration:86 msBuild cause:Started by user Adam GandelmanBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: cloud-archive_deploy-new #2

2013-04-23 Thread openstack-testing-bot
Title: cloud-archive_deploy-new General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy-new/2/Project:cloud-archive_deploy-newDate of build:Tue, 23 Apr 2013 16:49:13 -0400Build duration:88 msBuild cause:Started by user Adam GandelmanBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: cloud-archive_deploy-new #4

2013-04-23 Thread openstack-testing-bot
Title: cloud-archive_deploy-new General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy-new/4/Project:cloud-archive_deploy-newDate of build:Tue, 23 Apr 2013 16:51:53 -0400Build duration:0.16 secBuild cause:Started by user Adam GandelmanBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: cloud-archive_deploy-new #5

2013-04-23 Thread openstack-testing-bot
Title: cloud-archive_deploy-new General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy-new/5/Project:cloud-archive_deploy-newDate of build:Tue, 23 Apr 2013 16:52:11 -0400Build duration:0.36 secBuild cause:Started by user Adam GandelmanBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #27

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/27/Project:precise_havana_cinder_trunkDate of build:Tue, 23 Apr 2013 20:31:37 -0400Build duration:1 min 7 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #53

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/53/Project:precise_havana_quantum_trunkDate of build:Tue, 23 Apr 2013 21:01:36 -0400Build duration:2 min 5 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #54

2013-04-23 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/54/Project:precise_havana_quantum_trunkDate of build:Tue, 23 Apr 2013 21:31:36 -0400Build duration:2 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_grizzly_version-drift #2

2013-04-23 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/2/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/ws/ [cloud-archive_grizzly_version-drift] $ /bin/bash