Re: [Openstack] [SWIFT] code reading

2013-02-14 Thread Kun Huang
Thanks your explanation, John. That we can't simply auto create after getting a 404 is the core reason. At same time, I know why -1 is called mixed responses now :) On Thu, Feb 14, 2013 at 1:26 AM, John Dickinson m...@not.mn wrote: This part of the code gets the account info, but if the

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Sébastien Han
What's the problem to have one IP on service pool basis? -- Regards, Sébastien Han. On Wed, Feb 13, 2013 at 8:45 PM, Samuel Winchenbach swinc...@gmail.comwrote: What if the VIP is created on a different host than keystone is started on? It seems like you either need to set

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread swapnil khanapurkar
Hi, I have attached a file containing network connections detail. This Is the error in short: Waiting for nova-api to start... + timeout 60 sh -c 'while ! http_proxy= wget -q -O- http://127.0.0.1:8774; do sleep 1; done' + echo 'nova-api did not start' nova-api did not start + exit 1 But the

[Openstack] Install devstack in Ubuntu 10.04

2013-02-14 Thread harryxiyou
Hi all, Has anyone installed devstack in Ubuntu 10.04? Following are my distro's detail infomations. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 10.04.4 LTS Release:10.04 Codename: lucid Has anyone ever configured devstack for this

Re: [Openstack] Install devstack in Ubuntu 10.04

2013-02-14 Thread Jean-Baptiste RANSY
Hi Harry, I use Ubuntu 12.04 LTS, it works well with devstack. Jean-Baptiste RANSY On 02/14/2013 01:55 PM, harryxiyou wrote: Hi all, Has anyone installed devstack in Ubuntu 10.04? Following are my distro's detail infomations. $ lsb_release -a No LSB modules are available. Distributor

[Openstack] [StackTach][Metering] Nova summary report for the PHB in your life ...

2013-02-14 Thread Sandy Walsh
Hey! We just added a feature to StackTach for generating 24-hr summary reports. The output can be seen here: https://gist.github.com/SandyWalsh/4946226 It will identify requests failures, with timing information, by major actions (create, resize, rescue, delete, snapshot, etc) by image type.

[Openstack] Ability to view Ubuntu boot process in VNC console

2013-02-14 Thread Andrii Loshkovskyi
Currently, when I boot up an Ubuntu virtual machine, the boot process messages are not shown up in the VNC console. Everything that I see in the console is iPXE Booting from ROM..., black screen and login entry at the end. I am using OpenStack Essex and my VM's image was built from Ubuntu Server

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
T he only real problem is that it would consume a lot of IP addresses when exposing the public interfaces. I _think_ I may have the solution in your blog actually: http://www.sebastien-han.fr/blog/2012/10/19/highly-available-lvs/ and http://clusterlabs.org/wiki/Using_ldirectord I am trying to

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Sébastien Han
Well I don't know your setup, if you use LB for API service or if you use an active/passive pacemaker but at the end it's not that much IPs I guess. I dare to say that Keepalived sounds outdated to me... If you use pacemaker and want to have the same IP for all the resources simply create a

[Openstack] [Swift][Keystone] Authentication problems with Swift and Keystone by Grizzly release

2013-02-14 Thread Heiko Krämer
Heyho Guys, i'm testing Swift and Keystone (Grizzly). !NOTE! I'm posting only the importent stuff (output, responses, configs) I've upgraded and migrate the database, the migration are working not correct (kyestone-manage db_sync) because in the role table will create a new column but with NULL

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
Hi Sébastien, I have two hosts with public interfaces with a number (~8) compute nodes behind them. I am trying to set the two public nodes in for HA and load balancing, I plan to run all the openstack services on these two nodes in Active/Active where possible. I currently have MySQL and

Re: [Openstack] Ability to view Ubuntu boot process in VNC console

2013-02-14 Thread Andrii Loshkovskyi
Hello, I tried setting the value with/without brackets and encountered the following error: Invalid output terminal ttyS0 As far as I know I can check the kernel boot parameters this way: cat /proc/cmdline root=/dev/vda console=ttyS0 selinux=0 The line above is same all of the time, even if I

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread Dean Troyer
On Thu, Feb 14, 2013 at 3:45 AM, swapnil khanapurkar contact2swapni...@gmail.com wrote: But the nova-api is running at http://10.233.53.154:8774 root@vmfolsom154:~/devstack# wget -q -O- http://10.233.53.154:8774 {versions: [{status: CURRENT, updated: 2011-01-21T11:33:21Z, id: v2.0, links:

[Openstack] Minutes from the Technical Committee meeting (Feb 12)

2013-02-14 Thread Thierry Carrez
The OpenStack Technical Committee (TC) met in #openstack-meeting at 20:00 UTC on Tuesday. Here is a quick summary of the outcome of this meeting: * The TC approved the special motion on the incubation process evolution: 1. Incubation is the process managed by the TC through which a project

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
W ell, I think I will have to go with one ip per service and forget about load balancing. It seems as though with LVS routing requests internally through the VIP is difficult (impossible?) at least with LVS-DR. It seems like a shame not to be able to distribute the work among the controller

[Openstack] Nova RPC Timeout and lost QPID connection

2013-02-14 Thread Paul Chmielewski
We're running into a problem periodically where we lose our qpid connection for one of our compute services. We're on Folsom in a 2-node setup with the compute services running on one node and qpidd, scheduler, network, etc., running on the other. We've scaled this environment up to where we

Re: [Openstack] [StackTach][Metering] Nova summary report for the PHB in your life ...

2013-02-14 Thread Joe Topjian
Hi Sandy, Thank you for this announcement - we use StackTach extensively and this will be very useful. I have another reporting tool that uses StackTach's database that might be of interest to you. Our users have the ability to run Windows instances and we wanted to have the ability to provide

[Openstack] Cant ping private or floating IP

2013-02-14 Thread Chathura M. Sarathchandra Magurawalage
Hello, I followed the folsom basic install instructions in http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html But now I am not able to ping either the private or the floating ip of the instances. Can someone please help? Instance log: [0.00] Initializing

Re: [Openstack] Cant ping private or floating IP

2013-02-14 Thread Anil Vishnoi
Did your VM got ip address ? Can you paste the output of ifconfig from your vm. Are you using nova-network or quantum ? If quantum - which plugin are you using ? On Fri, Feb 15, 2013 at 4:28 AM, Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com wrote: Hello, I followed the folsom

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

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/130/Project:raring_grizzly_glance_trunkDate of build:Thu, 14 Feb 2013 03:07:08 -0500Build duration:2 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_glance_trunk #117

2013-02-14 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/117/Project:precise_grizzly_glance_trunkDate of build:Thu, 14 Feb 2013 03:02:07 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/131/Project:raring_grizzly_glance_trunkDate of build:Thu, 14 Feb 2013 04:01:13 -0500Build duration:3 min 31 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #683

2013-02-14 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-quantumclient_trunk #35

2013-02-14 Thread openstack-testing-bot
Title: precise_grizzly_python-quantumclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-quantumclient_trunk/35/Project:precise_grizzly_python-quantumclient_trunkDate of build:Thu, 14 Feb 2013 04:04:45 -0500Build duration:3 min 5 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_ceilometer_trunk #84

2013-02-14 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/84/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 14 Feb 2013 04:02:29 -0500Build duration:5 min 34 secBuild cause:Started by user James

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_deploy #2

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/2/Project:raring_grizzly_deployDate of build:Thu, 14 Feb 2013 04:02:20 -0500Build duration:22 minBuild cause:Started by command line by jenkinsStarted by command line by

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_glance_trunk #132

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/132/Project:raring_grizzly_glance_trunkDate of build:Thu, 14 Feb 2013 04:36:21 -0500Build duration:13 minBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #3

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/3/Project:raring_grizzly_deployDate of build:Thu, 14 Feb 2013 04:26:02 -0500Build duration:56 minBuild cause:Started by user James PageBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_quantum_trunk #296

2013-02-14 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_quantum_trunk #305

2013-02-14 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #306

2013-02-14 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_quantum_trunk #307

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/307/Project:raring_grizzly_quantum_trunkDate of build:Thu, 14 Feb 2013 13:52:50 -0500Build duration:12 minBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #684

2013-02-14 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_quantum_trunk #297

2013-02-14 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/297/Project:precise_grizzly_quantum_trunkDate of build:Thu, 14 Feb 2013 14:09:59 -0500Build duration:11 minBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_deploy #4

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/4/Project:raring_grizzly_deployDate of build:Thu, 14 Feb 2013 14:20:59 -0500Build duration:24 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #685

2013-02-14 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/685/Project:precise_grizzly_nova_trunkDate of build:Thu, 14 Feb 2013 14:44:32 -0500Build duration:12 minBuild cause:Started by user Chuck ShortBuilt

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

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/693/Project:raring_grizzly_nova_trunkDate of build:Thu, 14 Feb 2013 19:31:11 -0500Build duration:42 secBuild cause:Started by an SCM changeBuilt

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

2013-02-14 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/694/Project:raring_grizzly_nova_trunkDate of build:Thu, 14 Feb 2013 20:31:11 -0500Build duration:16 minBuild cause:Started by an SCM changeBuilt