Re: [Openstack] PAM authentication for Folsom Keystone

2013-02-28 Thread Alvaro Lopez
On Tue 26 Feb 2013 (13:41), Joshua wrote: Matt at this point I am just trying to log into keystone using users I created on the Unix system. You mean authenticate against keystone using your system users? You should be able to do so by running keystone as a WSGI behind an Apache http server

Re: [Openstack] [HeatQuantum] Quantum Template ROLLBACK_FAILED Error

2013-02-28 Thread 蒋闻天
no attribute admin_state_up 2013/2/28 蒋闻天 jiangwt...@gmail.com I have heat and quantum in my devstack, just like: ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta Then I restart my compute, ./rejoin-stack.sh All Service OK.

Re: [Openstack] Network configuration on compute node

2013-02-28 Thread Javier Alvarez
Hello Ajiva, You are right, I was missing the option flat_interface in my nova.conf, now when OpenStack creates the bridge, it is attached to eth2: brctl show bridge name bridge id STP enabled interfaces br100 8000.68b599c23b0e no eth2

Re: [Openstack] [HeatQuantum] Quantum Template ROLLBACK_FAILED Error

2013-02-28 Thread Angus Salkeld
On 28/02/13 15:30 +0800, 蒋闻天 wrote: I have heat and quantum in my devstack, just like: ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta Then I restart my compute, ./rejoin-stack.sh All Service OK. Then I run some thing like: heat

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Atul Jha
Looks like database connection error. From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [aashutoshnara...@gmail.com] Sent: Thursday, February 28, 2013 5:42

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
Hi Atul, There was an instruction http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.htmlmentioning -- After installing, openstack-utils openstack-keystone python-keystoneclient packages, we need to delete the sqlite database it creates, then change the

Re: [Openstack] OpenStack Eseex, XP instances and DHCP service (vlan mode)

2013-02-28 Thread Razique Mahroua
Ok , actually the dnsmasq 2.61 did solved the issue, I didn't noticed openstack was using the old version. After a ln -s /usr/local/sbin/dnsmasq /usr/sbin/dnsmasq it's all good now :) Le 21 févr. 2013 à 18:03, Sylvain Bauza sylvain.ba...@digimind.com a écrit : I did had trouble with DHCP

[Openstack] keystone/horizon/dashboard

2013-02-28 Thread Mballo Cherif
Hello everybody ! I need help, when i try to authenticate with the dashboard I have this An error occurred authenticating. Please try again later. What is wrong with keystone or horizon? How can I fix this issue? Thanks you for your help! Sherif. ___

Re: [Openstack] keystone/horizon/dashboard

2013-02-28 Thread Robert van Leeuwen
when i try to authenticate with the dashboard I have this “An error occurred authenticating. Please try again later.” What is wrong with keystone or horizon? Just a couple things to check: * apache error log * keystone log might be helpfull Set the dashboard and keystone to debug in the

Re: [Openstack] keystone/horizon/dashboard

2013-02-28 Thread Atul Jha
Mballo, Please check if these are correct 1. configuration file of dashbaord 2. keystone endpoint configuration Also check the apache error logfile and keystone log file as well. From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
I was able to resolve this issue. Thank you, On Thu, Feb 28, 2013 at 5:53 PM, Ashutosh Narayan aashutoshnara...@gmail.com wrote: Hi Atul, There was an instruction http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.htmlmentioning -- After installing,

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Atul Jha
Ashutosh, 1. Install the packages 2. create the database manually, the guide says how. 3. change the keystone configuration file to match 4. restart the services 5. run the keysone sync command Let me know if it works. I don`t have a Centos/Yum machine to test it this side. :(

[Openstack] Verifying Identity Service installation

2013-02-28 Thread Ashutosh Narayan
Hi folks, I am unable to verify the Identity Service installation mentioned in this linkhttp://docs.openstack.org/folsom/openstack-compute/install/yum/content/verifying-identity-install.html . Its throws the following error: [root@test ~]# keystone --os-username=admin --os-password=secretword

[Openstack] MySQL and Iptables

2013-02-28 Thread Joe Warren-Meeks
Hi all. I run two compute nodes in one of my clusters and everything is generally fine. All the management services (mysql dashboard etc) run on compute1 and compute2 runs nova-network and nova-compute. However, after a period of time something happens with (I presume) iptables and then compute2

Re: [Openstack] Verifying Identity Service installation

2013-02-28 Thread Ashutosh Narayan
I get the following error after following this instruction : Configuration error: Client configured to run without a service catalog. Run the client using --os-auth-url or OS_AUTH_URL, instead of --os-endpoint or OS_SERVICE_ENDPOINT, for example. On Thu, Feb 28, 2013 at 7:09 PM, Atul Jha

Re: [Openstack] [HeatQuantum] Quantum Template ROLLBACK_FAILED Error

2013-02-28 Thread 蒋闻天
Actually My Full Edition Of LocalRC is DATABASE_PASSWORD=nova RABBIT_PASSWORD=nova SERVICE_TOKEN=nova SERVICE_PASSWORD=nova ADMIN_PASSWORD=nova SCREEN_LOGDIR=/var/log/devstack ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta And My

[Openstack] Load Balancing Horizon

2013-02-28 Thread Everett Toews
Hi Gabriel, I've read Deploying Horizon [1] and I had a few high-level questions for you about load balancing Horizon. 1. Do you have any suggestions or recommendations for load balancing Horizon? 2. Are there any gotchas? 3. Can you more or less just load balance it like any other web app?

[Openstack] Keystone and Swift Integration

2013-02-28 Thread Julian Learmonth
Hi, I've built an OpenStack (Folsom) demo VM (Ubuntu 12.10) and manually installed Swift. I am trying to get Swift to use Keystone for authentication, but am having trouble finding what I need to do to the /etc/swift/swift-proxy.conf file. The instructions I have been following say I should

Re: [Openstack] Load Balancing Horizon

2013-02-28 Thread Robert van Leeuwen
I've read Deploying Horizon [1] and I had a few high-level questions for you about load balancing Horizon. 1. Do you have any suggestions or recommendations for load balancing Horizon? 2. Are there any gotchas? 3. Can you more or less just load balance it like any other web app? Yes you

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
I had difficulty with the db_sync command and had to specify the keystone.conf file. I think it was trying to access a sqlite database even though I am using MySQL. Ø keystone-manage --config-file /etc/keystone/keystone.conf db_sync Mark From:

[Openstack] Working with disk images

2013-02-28 Thread Samuel Winchenbach
Hi all, I was recently tasked with creating a VM from an existing disk image. I was given a dd of what appears to be / and a tarball of the contents of /home. What do you think the best course of action is to get these into something workable for openstack? Everything I have done so far has

Re: [Openstack] Load Balancing Horizon

2013-02-28 Thread Everett Toews
From: Robert van Leeuwen robert.vanleeu...@spilgames.com Date: Thursday, February 28, 2013 9:33 AM To: openstack@lists.launchpad.net openstack@lists.launchpad.net Subject: Re: [Openstack] Load Balancing Horizon I've read Deploying Horizon [1] and I had a few high-level questions for you

Re: [Openstack] metadata server not responding

2013-02-28 Thread Sylvain Bauza
Metadata can be fetched from http://169.254.169.254:80/latest/metadata Could you please tcpdump -nn -i your bridge intf. on your node running nova-network and check if you see request coming in ? -Sylvain Le 28/02/2013 17:29, mohammad kashif a écrit : Hi I have installed openstack on two

Re: [Openstack] Load Balancing Horizon

2013-02-28 Thread Everett Toews
On 2/28/13 10:26 AM, Everett Toews everett.to...@rackspace.com wrote: I'm having trouble getting Horizon (Folsom Stable) to point to Keystone at another IP. All I should have to do is vim openstack_dashboard/local/local_settings.py OPENSTACK_HOST = 123.123.123.123 sudo /etc/init.d/apache2

Re: [Openstack] Working with disk images

2013-02-28 Thread Razique Mahroua
Hey Samuel,What OS is it? Regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 28 févr. 2013 à 17:19, Samuel Winchenbach swinc...@gmail.com a écrit :Hi all, I was recently tasked with creating a VM from an existing disk image. I was given a "dd" of what appears to

Re: [Openstack] Working with disk images

2013-02-28 Thread Samuel Winchenbach
*[swinchen@strongbad etc]$ cat debian_version * *squeeze/sid* On Thu, Feb 28, 2013 at 11:46 AM, Razique Mahroua razique.mahr...@gmail.com wrote: Hey Samuel, What OS is it? Regards, *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 28 févr. 2013 à

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Swapnil Kulkarni
Hi Ashutosh, Can you specify the way you have created database user and grants. Looks like you have specified the hostname in the keystone.conf *(*Access denied for user 'keystone'@'RLD1OPST01'). I think if you could create a user 'keystone'@'RLD1OPST01' and grant it access to keystone database,

Re: [Openstack] spice in devstack no working

2013-02-28 Thread Daniel P. Berrange
On Fri, Mar 01, 2013 at 02:33:32AM +0800, Shake Chen wrote: Hi I try to enable spice in devstack, but when I create vm, would report error. if not enable spice, it is work well. If you want help, you're going to have to tell us much more than just would report error. What OS distro are you

[Openstack] swift multinode test

2013-02-28 Thread Paras pradhan
Hi, I have a swift proxy node and a storage node. Also keystone resides in another server. Swift is from ubuntu cloud archive i.e 1.7.4. I am using private keys in swift proxy if it matters.The below command is returning nothing and goes infinite.192.168.122.20 is my keystone server. --

[Openstack] [COMMUNITY] The path to Ask OpenStack

2013-02-28 Thread Stefano Maffulli
[please reply only to commun...@lists.openstack.org] hello folks, we all push to improve how we interact with the OpenStack users, help newcomers find answers to their questions and ease their path to adoption. That's why we kickstarted the project Ask OpenStack. We're installing an instance

[Openstack] Keystone Grizzly-3 Tokens not getting saved to database

2013-02-28 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, I have some tests that attempt to retrieve tenants/projects from Keystone using an admin user's token. The test gave the following error: {error: {message: coercing to Unicode: need string or buffer, NoneType found, code: 400, title: Bad Request}} The same code works fine if I use the

Re: [Openstack] Keystone Grizzly-3 Tokens not getting saved to database

2013-02-28 Thread KangEdda
Please give us details on your keystone.conf parameter and it's handler. You know that unicode takes 2 bytes right? :D Regards, Edda Kang The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience. From:

[Openstack] [Nova] Right method to delete a tap interface

2013-02-28 Thread Edgar Magana
Hi, I found a method to create a tap interface under: nova/nova/network/linux_net.py def create_tap_dev(dev, mac_address=None): But I can't find the one for deleting a tap interface, can somebody tell me the right way to do it? Thanks, Edgar ___

Re: [Openstack] [Nova] Right method to delete a tap interface

2013-02-28 Thread Chris Wright
* Edgar Magana (emag...@plumgrid.com) wrote: I found a method to create a tap interface under: nova/nova/network/linux_net.py def create_tap_dev(dev, mac_address=None): But I can't find the one for deleting a tap interface, can somebody tell me the right way to do it? I believe it's done

Re: [Openstack] spice in devstack no working

2013-02-28 Thread Vishvananda Ishaya
The default build of kvm-qemu does not have spice support on ubuntu-precise. If you are running on ubuntu you might have to do: sudo apt-get install qemu-kvm-spice Devstack should probably be modified to install that package if n-spice is enabled. Vish On Feb 28, 2013, at 10:33 AM, Shake

Re: [Openstack] spice in devstack no working

2013-02-28 Thread Shake Chen
On Fri, Mar 1, 2013 at 11:18 AM, Vishvananda Ishaya vishvana...@gmail.comwrote: The default build of kvm-qemu does not have spice support on ubuntu-precise. If you are running on ubuntu you might have to do: sudo apt-get install qemu-kvm-spice Devstack should probably be modified to install

Re: [Openstack] Keystone and Swift Integration

2013-02-28 Thread Gareth
That 8080 is set in proxy conf X-Auth-Token is generated by keystone(actually keystoneclient) and sent by swift. That't the token for admin:admin admin_token is set in keystone conf service_port = 5000 service_host = 127.0.0.1 auth_port = 35357 auth_host = 127.0.0.1 auth_protocol = http auth_uri

Re: [Openstack] swift multinode test

2013-02-28 Thread Gareth
That goes infinite seems like waiting connection. You should check connection first. To use curl any_url is ok. Any response depends on successful connection. On Fri, Mar 1, 2013 at 5:41 AM, Paras pradhan pradhanpa...@gmail.comwrote: Hi, I have a swift proxy node and a storage node. Also

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
On Thu, Feb 28, 2013 at 11:15 PM, Swapnil Kulkarni swapnilkulkarni2...@gmail.com wrote: Hi Ashutosh, Can you specify the way you have created database user and grants. Looks like you have specified the hostname in the keystone.conf *(*Accessdenied for user 'keystone'@'RLD1OPST01'). I

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Atul Jha
Ashutosh, my suggestion would be go through the documentation try to understand what each keystone command is doing. Just running a script and mailing to list for everything is not a good idea. Spend sometime with document, understand key concepts. just a suggestion.

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
I will give value to your suggestion. Thanks On Fri, Mar 1, 2013 at 12:21 PM, Atul Jha atul@csscorp.com wrote: Ashutosh, my suggestion would be go through the documentation try to understandwhat each keystone command is doing. Just running a script and mailing to list for everything

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Swapnil Kulkarni
I agree with Atul, if you go through documentation you will find where to change the passwords required by keystone commands. Cheers :) On Mar 1, 2013 12:22 PM, Atul Jha atul@csscorp.com wrote: Ashutosh, my suggestion would be go through the documentation try to understandwhat each

Re: [Openstack] keystone/horizon/dashboard

2013-02-28 Thread Matthias Runge
On 02/28/2013 01:31 PM, Mballo Cherif wrote: Hello everybody ! I need help, when i try to authenticate with the dashboard I have this “An error occurred authenticating. Please try again later.” What is wrong with keystone or horizon? How can I fix this issue? Verify, that

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
Hi Swapnil, Atul Reading document helps. I have done these steps manually before and was again going ahead to run the script for the same. That's why I got so many error messages. Looks like problem is solved. I get the desired output. On Fri, Mar 1, 2013 at 12:39 PM, Swapnil Kulkarni

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #372

2013-02-28 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/372/Project:precise_grizzly_quantum_trunkDate of build:Thu, 28 Feb 2013 03:31:10 -0500Build duration:1 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #789

2013-02-28 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_nova_trunk #790

2013-02-28 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_nova_trunk #791

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/791/Project:raring_grizzly_nova_trunkDate of build:Thu, 28 Feb 2013 12:12:24 -0500Build duration:14 minBuild cause:Started by user Chuck ShortBuilt

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/76/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 12:26:31 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #373

2013-02-28 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/373/Project:precise_grizzly_quantum_trunkDate of build:Thu, 28 Feb 2013 13:31:09 -0500Build duration:1 min 28 secBuild cause:Started by an SCM changeBuilt

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/77/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 13:13:12 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #374

2013-02-28 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/374/Project:precise_grizzly_quantum_trunkDate of build:Thu, 28 Feb 2013 14:01:09 -0500Build duration:1 min 17 secBuild cause:Started by an SCM changeBuilt

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/78/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 13:59:52 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

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

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/80/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 15:45:06 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/81/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 17:15:25 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/82/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 21:15:02 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-28 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/83/Project:raring_grizzly_deployDate of build:Thu, 28 Feb 2013 23:15:07 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #375

2013-02-28 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/375/Project:precise_grizzly_quantum_trunkDate of build:Fri, 01 Mar 2013 01:31:09 -0500Build duration:1 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #376

2013-02-28 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/376/Project:precise_grizzly_quantum_trunkDate of build:Fri, 01 Mar 2013 02:01:11 -0500Build duration:1 min 15 secBuild cause:Started by an SCM changeBuilt