Re: [Openstack] CLA Contributor list is missing from the wiki?

2012-10-18 Thread Mark McLoughlin
On Wed, 2012-10-17 at 10:02 -0700, Michael Still wrote: On 10/17/2012 09:41 AM, Pádraig Brady wrote: I tried to approve a few new CLA signers and noticed that the http://wiki.openstack.org/Contributors page is missing. Trying to restore a previous version resulted in an error. Could

Re: [Openstack] Quantum OVS Agent as service

2012-10-18 Thread Salvatore Orlando
The information you found in the guide you mentioned indicate you want to use br-eth1 as the uplink for the VMs attached to your network. However, creating br-eth1 (or whatever is the name of the bridge) is beyond the scope of Quantum. It is up to who deploys Quantum configure connectivity on the

Re: [Openstack] how to deal with failed compute node

2012-10-18 Thread Joshua Harlow
What about temporary failures in the nova-compute actually being working but just not reporting. Something like network separations (oops I disconnected the switch...) where both are still working but just unaware of each other. If nova-api starts cleaning up the running instance that might be

[Openstack] glance add image using curl

2012-10-18 Thread Matthieu Simonin
Hi, The API doc about glance api says that a post request to http://glance/v1/images;. How can I perform that ? Especially, I don't understant how i specify the image I want to upload in the registry in the post request. I have no problem using glance client (glance add) but i don't

[Openstack] ERROR: string indices must be integers, not str

2012-10-18 Thread Xu, HongnaX
Hi I am installing openstack on ubuntu 12.10 beta2 with precise-updates/folsom repo , after sync keystone database, then these parameters in ~/.bashrc export SERVICE_TOKEN=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=openstack export

[Openstack] Folsom Horizon Error

2012-10-18 Thread Trinath Somanchi
Hi- I have installed Folsom version of Openstack using the installation guide https://github.com/EmilienM/openstack-folsom-guide The Horizon GUI looks awkward and the login gives me this error in the apache error logs. I have installed Horizon the way given in the Folsom guide given above.

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Ray Sun
Seems end point created failed. Can you show us your endpoint list? curl -H Content-type: application/json -d '{auth:{passwordCredentials:{username: admin, password: openstack}, tenantName: demo}}' http://ip:5000/v2.0/tokens | python -mjson.tool - Ray Yours faithfully, Kind regards. CIeNET

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Jasper Aikema
Hello, I also have the layout problem. Didn't had time to find out why this occurred. If you remove the ubuntu theme for horizon, the layout will we fine. Kind regards, Jasper Aikema Hi- I have

Re: [Openstack] glance add image using curl

2012-10-18 Thread Sébastien Han
Hi, glance add is a deprecated command, use glance image-create instead. When you want to reproduce the API request, you can always use -d arg to enter in debug mode and see the API request translation. For glance, you have something like (this is what I got from the -d option): curl -i -X

Re: [Openstack] VM connectivity

2012-10-18 Thread Daniel Oliveira
So, can anyone help me? 2012/10/16 Daniel Oliveira dvalbr...@gmail.com When viewing the console-log of a VM, I noticed the following: Starting network... udhcpc (v1.18.5) started Sending discover... Sending discover... Sending discover... No lease, failing WARN: /etc/rc3.d/S40-network

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Sam Stoelinga
I had the same issue, you can remove the Ubuntu theme with the following command: rm /etc/openstack-dashboard/ubuntu_theme.py Double check if that's the correct path though, im writing this out of memory. Or uncomment the lines in /etc/openstack-dashboard/local_settings.py which load the ubuntu

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Skible OpenStack
Le 18/10/2012 12:26, Trinath Somanchi a écrit : I have installed Folsom version of Openstack using the installation guide https://github.com/EmilienM/openstack-folsom-guide The Horizon GUI looks awkward and the login gives me this error in the apache error logs. I have installed Horizon

Re: [Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-18 Thread gong yong sheng
Yes, it does work. the quantum will not check if the tenant id specified is in keystone or other Auth system. On 10/18/2012 04:25 AM, Raja Gajju wrote: Hi, Many thanks for your reply. But we are using Quantum CLIs V1.0 and we are having Quantum V1.0 only in our set up. So, these CLIs

Re: [Openstack] Quantum features in the folsom release

2012-10-18 Thread Mohammad Banikazemi
Trying to setup something similar to the Demo Setup described on the Openstack Quantum Admin Guide posted at: http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo.html . I am using devstack to do the installation. For the Network Node it says three network interfaces are

[Openstack] dnsmasq stops talking to instances?

2012-10-18 Thread Lars Kellogg-Stedman
The good news is that since replacing qpid with rabbitmq our environment seems to have stabilized to the point that it's *almost* useful. The last remaining issue is that dnsmasq will occasionally stop responding to instances. Killing dnsmasq and restarting openstack-nova-network makes things

Re: [Openstack] Quantum features in the folsom release

2012-10-18 Thread Qin, Xiaohong
I have also tried it out in my lab by following steps documented in this URL, http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo .html The floating IP address assigned to VM spawned off in controller node is working from, however, for VMs spawned off on compute node,

Re: [Openstack] ask for comments - Light weight Erasure code framework for swift

2012-10-18 Thread Duan, Jiangang
Sam, Your comments are pretty reasonable. Let me think about this and give me comments later. Thanks. -jiangang On Wed, Oct 17, 2012 at 4:24 PM, Samuel Merritt s...@swiftstack.com wrote: On 10/15/12 5:36 PM, Duan, Jiangang wrote: Some of our customers are interested in Erasure code than

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Jasper Aikema
Hello all, This bug is reported and fixed (#1064420). The next release (2012.2-ubuntu2) will have this fixed. At the moment this packages is in proposed. It worked for me. Kind regards, Jasper Aikema Op 18-10-12 14:30, Sam Stoelinga schreef: I had the same issue, you can remove the Ubuntu

Re: [Openstack] Quantum features in the folsom release

2012-10-18 Thread Jasper Aikema
Hello all, I did report a bug about the lack of good documentation of quantum and provider routing. If you find the solution, can you add it to the bug report? Maybe I can write a 'fix' for it. The bug number is #1066782

Re: [Openstack] quantum create_net- creates network for non-existing tenant also.

2012-10-18 Thread Dan Wendlandt
On Thu, Oct 18, 2012 at 6:08 AM, gong yong sheng gong...@linux.vnet.ibm.com wrote: Yes, it does work. the quantum will not check if the tenant id specified is in keystone or other Auth system. Yes, though this is only true for the Essex release of quantum, as the quantum API was only used by

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

2012-10-18 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/105/Project:precise_folsom_swift_trunkDate of build:Thu, 18 Oct 2012 17:30:31 -0400Build duration:3 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #115

2012-10-18 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/115/Project:quantal_folsom_swift_trunkDate of build:Thu, 18 Oct 2012 17:30:31 -0400Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt