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 < swapnilku

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,

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" wrote: > Ashutosh, > > my suggestion would be go through the documentation try to understandwhat > each keystone command i

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 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 is not a good ide

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. __

[Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
Hi folks, When I run the sample_data.sh script mentioned at the link I get the following errors : Conflict occurred attempting to store user. (IntegrityError) (1062, "Duplicate entry 'admin' for k

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'). >

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 wrote: > Hi, > > I have a swift proxy node and a storage node. Also keystone resides i

[Openstack] Are the Python APIs public or internal?

2013-02-28 Thread Lorin Hochstein
Here's an issue that came up in the operators doc sprint this week. Let's say I wanted to write some Python scripts using the APIs exposed by the python-*client packages. As a concrete example, let's say I wrote a script that uses the keystone Python API that's exposed in the python-keystoneclient

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_u

Re: [Openstack] spice in devstack no working

2013-02-28 Thread Shake Chen
On Fri, Mar 1, 2013 at 11:18 AM, Vishvananda Ishaya wrote: > 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

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 Chen

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 d

[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 ___ Mai

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: mark.m.

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

2013-02-28 Thread Miller, Mark M (EB SW Cloud - R&D - 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

[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] 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. -- root@cont

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

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] 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 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 à 17:19, Samuel Wi

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 a écrit :Hi all, I was recently tasked with creating a VM from an existing disk image.   I was given a "dd" of what appe

Re: [Openstack] Load Balancing Horizon

2013-02-28 Thread Everett Toews
On 2/28/13 10:26 AM, "Everett Toews" 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 restart > >Correct? >

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 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 node setup with r

Re: [Openstack] Load Balancing Horizon

2013-02-28 Thread Everett Toews
From: Robert van Leeuwen Date: Thursday, February 28, 2013 9:33 AM To: "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 about load balancing Horizon. > 1. Do you have any suggestio

[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] keystone-manage db_sync errors

2013-02-28 Thread Miller, Mark M (EB SW Cloud - R&D - 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-bounces+mark.m.miller=hp@lists.lau

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 yo

[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 "Confi

[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? Tha

Re: [Openstack] [Heat&Quantum] 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 Qu

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 wrote:

[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

[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 link . Its throws the following error: [root@test ~]# keystone --os-username=admin --os-password=secretword

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. :( __

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 > mentioning > -- After instal

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 [openstac

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

[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] 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 a écrit : > I did had trouble with DHCP leasing with 2K3 R2 using Es

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
Hi Atul, There was an instruction mentioning -- After installing, openstack-utils openstack-keystone python-keystoneclient packages, we need to delete the sqlite database it creates, then change the confi

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 PM

[Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
Hi folks, I following the instructions to install OpenStack on CentOS 6.3 mentioned on this link . I -- Ashutosh Narayan http://ashutoshn.wordpress.com/ ___

Re: [Openstack] [Heat&Quantum] 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 s

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] [Heat&Quantum] Quantum Template ROLLBACK_FAILED Error

2013-02-28 Thread 蒋闻天
no attribute admin_state_up 2013/2/28 蒋闻天 > 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 s

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 t