[Openstack] Devstack log file configuration

2013-06-25 Thread Donglai Zhang
Hi, I am new to openstack and trying to use devstack to launch an openstack compute node on my machine. The nova was installed and started successfully. However, I could not get the logging part work: What I am expecting to see: as a consumer service should be started by bin/nova-compute

Re: [Openstack] can't install ubuntu from iso..

2013-06-25 Thread claudio marques
Hi Maaniz. Have you created a new volume and attached it to that instance when you are launching a new instance from ISO image? Cláudio Marques --claudio@onesource.pthttp://www.onesource.pt/ Date: Tue, 25 Jun 2013 10:25:01 +0500 From: maa...@gmail.com To: openstack@lists.launchpad.net

[Openstack] Patching Horizon Code when installed using apt-get install

2013-06-25 Thread Rahul Sharma
Hi All, I have setup multi-node openstack setup using grizzly release and ubuntu 12.04 distribution. Since there is no support for individual user to change his/her password, someone has provided a patch for the same. Ref:- https://review.openstack.org/#/c/23901/31 Now I am trying to apply the

Re: [Openstack] Security Groups not being applied uniformly

2013-06-25 Thread Robert Collins
On 25 June 2013 07:06, Daniel Ellison dan...@syrinx.net wrote: Hey all, I'm running grizzly on Ubuntu 12.04 server. I have two instances, both with the same security groups (default and one to allow XMPP traffic). The firewall rules are working for one instance but not for the other. Can

[Openstack] How to deploy OpenStack on thousands of nodes?

2013-06-25 Thread Sg Kylin
Hi All, We are currently trying to deploy OpenStack on thousands of nodes. We are using Grizzly stable version and Ubuntu 12.04.2. However, the big problem we meet now is the network topology. If we want to use HA (haproxy + keepalived) for the controller nodes on which *-apis are running as well

Re: [Openstack] Patching Horizon Code when installed using apt-get install

2013-06-25 Thread Shake Chen
the patch use keystone v3 , in grizzly horizon use keystone v2. On Tue, Jun 25, 2013 at 4:52 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Hi All, I have setup multi-node openstack setup using grizzly release and ubuntu 12.04 distribution. Since there is no support for individual user to

Re: [Openstack] Patching Horizon Code when installed using apt-get install

2013-06-25 Thread Rahul Sharma
Hi Shake, As per the patch, it seems that they have added check for v2_0. def tenant_create(request, name, description=None, enabled=None, domain=None): manager = VERSIONS.get_project_manager(request, admin=True) *if VERSIONS.active 3:* return manager.create(name, description,

Re: [Openstack] Patching Horizon Code when installed using apt-get install

2013-06-25 Thread Rahul Sharma
Also when I revert back the patch, why does the UI keeps on giving the same error. Grizzly has support for both v2.0 and v3, so there could be something which I am missing while copying the files. Using devstack, I just have to copy the files to respective directories and it works, not sure about

Re: [Openstack] Devstack log file configuration

2013-06-25 Thread Donglai Zhang
Hi, I can get some log information after I updated the localrc file by setting logfile and debug. Cheers, Donglai On 25/06/2013, at 4:11 PM, Donglai Zhang wrote: Hi, I am new to openstack and trying to use devstack to launch an openstack compute node on my machine. The nova was

Re: [Openstack] Keystone Identity API v3 interface

2013-06-25 Thread Dean Troyer
On Mon, Jun 24, 2013 at 2:00 PM, Ruslan Kiianchuk ruslan.kiianc...@gmail.com wrote: Perhaps, --os-url is new parameter in openstackclient (can't remember it using in keystoneclient). By the way, a doc mentions that --os-url is a URL keystoneclient uses --os-endpoint for the same thing. to

[Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
Hi, I'm trying to install Swift from this Guidehttp://docs.openstack.org/trunk//openstack-object-storage/admin/content/ch_installing-openstack-object-storage.html, and for the authentication service (Keystone) i'm a bit lost, should i install Keystone as a full-fledged service with the MySql

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Виль Суркин
You should authenticate in keystone service, not in swift-proxy. Keystone's Public API usually binds to TCP port 5000. -- Виль Суркин вторник, 25 июня 2013 г. в 18:38, CHABANI Mohamed El Hadi написал: Hi, I'm trying to install Swift from this Guide

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
When i tried with port : 5000 and even 35357 i got : *Authorization Failed: [Errno 111] Connection refused* These 2 ports are not open i guess, should i open them manually ? (the keystone service is start/running) 2013/6/25 Виль Суркин vill@gmail.com You should authenticate in keystone

[Openstack] instances not removed of a deleted project

2013-06-25 Thread Anshul Gangwar
I want to remove instances in project automatically deleted , when the I delete the project. How can I achieve this? Current behaviour is suggesting that those instances are not deleted, when the project containing them is deleted. What is the reasoning behind current behaviour of not

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Remo Mattei
Hi, can you do a netstat -ant and see what it says? Also I would check the logs, /var/log and look for any errors? If you are using Redhat base (Fedora, CentOS etc, you may have to open up the iptables since by default it does not have those ports open). My 2 cents. Remo On Jun 25, 2013,

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Виль Суркин
Did you create services and endpoints in keystone? If yes, how you can do this? =) -- Виль Суркин вторник, 25 июня 2013 г. в 18:48, CHABANI Mohamed El Hadi написал: When i tried with port : 5000 and even 35357 i got : Authorization Failed: [Errno 111] Connection refused These 2 ports

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
*Remo Mattei* : when i cheched with netstat -an : the port 5000 is not open either the port 35357, i don't know why ! and no i'm on Ubuntu 12.04, they are supposed to be open when the keystone run no ?! *Виль Суркин :* No i didn't add any additional configurations, i'm looking now how to add the

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
*Remo Mattei* : wich log file ? because in keystone.log there is nothing ! 2013/6/25 Remo Mattei r...@mattei.org Hi, can you do a netstat -ant and see what it says? Also I would check the logs, /var/log and look for any errors? If you are using Redhat base (Fedora, CentOS etc, you may have

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Sounds like your Keystone service is not running. Try service keystone status to see if it is running. Mark From: Openstack [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Behalf Of CHABANI Mohamed El Hadi Sent: Tuesday, June 25, 2013 8:30 AM To: Remo

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
If you keystone log file is not set up correctly, keystone uses /var/log/syslog. Mark From: Openstack [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Behalf Of CHABANI Mohamed El Hadi Sent: Tuesday, June 25, 2013 8:30 AM To: Remo Mattei Cc: openstack@lists.launchpad.net

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
Yes you are right :) ! When trying *'service keystone status'* i get : *keystone stop/waiting*..however when i do *service keystone start*, it shows* 'keystone start/running, process 32462'* i'm missing something here ? because i've installed keystone without changing his database (no need).

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
The keystone service will open these 2 ports. They are defined in file /etc/keystone/keystone.conf From: Openstack [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Behalf Of CHABANI Mohamed El Hadi Sent: Tuesday, June 25, 2013 7:48 AM To: Виль Суркин Cc:

[Openstack] Nova API to get VMs belonging to other users / tenants

2013-06-25 Thread Narayanan, Krishnaprasad
Hallo All, Is it possible using the Nova API for a normal user / tenant to get all VMs belonging to other users / tenants? If yes, can I get to know how to achieve this? Thanks Krishnaprasad ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
my logs looks like that : http://pastebin.ubuntu.com/5798930/i didn't really understand a lot of things ! any suggestions please ? 2013/6/25 Miller, Mark M (EB SW Cloud - RD - Corvallis) mark.m.mil...@hp.com Bottom line the keystone service attempting to start but is running into a

[Openstack] Propagation of account state management changes in keystone across all the services

2013-06-25 Thread Balle, Susanne
Hi We are looking into how to best architect the propagation of account state management changes in keystone across all the services. For example, when we delete a customer domain and/or its tenants, it is currently a multi-step process with potentially many manual tasks. This is error prone

Re: [Openstack] Propagation of account state management changes in keystone across all the services

2013-06-25 Thread Daniel Hardman
Susanne: How much synchronicity is required? Can we broadcast an rpc.cast-style event over AMQP and simply tell each component to react as it sees fit, on its own timeframe? Or does Keystone need to get an ACK from every participant before it can proceed? --Daniel Hardman Chief Solutions

Re: [Openstack] Propagation of account state management changes in keystone across all the services

2013-06-25 Thread Jay Pipes
On 06/25/2013 01:50 PM, Balle, Susanne wrote: Hi We are looking into how to best architect the propagation of account state management changes in keystone across all the services. For example, when we delete a customer domain and/or its tenants, it is currently a multi-step process with

Re: [Openstack] [OpenStack] [Metering] Options to obtain Notifications when ceilometer generates a meter entry in the DB

2013-06-25 Thread Tong Li
Doug, Deepak, I am also in the process of implementing a blueprint which allows one to easily add a dispatcher to do whatever you want to do for each meter received by Ceilometer. Here is the link to blueprint and the implementation.

Re: [Openstack] OpenStack Summit Survey, Looking to Hong Kong

2013-06-25 Thread Mark Collier
Also a friendly reminder that there is only a month left to submit a talk for the openstack summit, so get your speaking submissions in now! http://openstack.org/summit We improved the system so that you can list multiple speakers if you plan to co-present. (The Design Summit sessions will be

Re: [Openstack] Nova API to get VMs belonging to other users / tenants

2013-06-25 Thread Brent Roskos
No - you need a token with admin creds for that (user must have admin role in keystone). Once you have the correct creds, you can use the nova cli: nova list --all-tenants If you wanted to see how this looks in the raw API, just pass the debug flag in the cli and it will show you the correct

Re: [Openstack] How to deploy OpenStack on thousands of nodes?

2013-06-25 Thread Brent Roskos
I'll speak to your rabbit question: By default rabbit uses tcp port 5672 for communication.. tcp can certainly cross subnet boundaries and be routed without issue. I suggest you do some network troubleshooting; ping your rabbit server then telnet to port 5672 on the rabbit server from hosts on

Re: [Openstack] [Swift] Load Average node storage

2013-06-25 Thread Brent Roskos
I wouldn't think 3 replica's across 1 zone is a viable configuration. Given you are starting with 4 servers, you should really have 4 zones. Then all 3 copies of an object can still go somewhere even when aone server is down. When you add more servers, just add them in groups of 4 to keep it

Re: [Openstack] How to deploy OpenStack on thousands of nodes?

2013-06-25 Thread Brent Roskos
By default rabbit uses tcp port 5672 for communication.. tcp can certainly cross subnet boundaries and be routed without issue. I suggest you do some network troubleshooting; ping your rabbit server then telnet to port 5672 on the rabbit server from hosts on the other subnets. Check your

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread tudor
Hi Mohamed, Just an aside, please don't pastebin in a mailing list. pastebins are used in IRC channels to avoid interrupting the conversation. But they are just temporary links that can (and will) be removed later. Adding it as an attachment or copying it into the email is better since it

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Jamie Lennox
On Tue, 2013-06-25 at 18:05 +0200, CHABANI Mohamed El Hadi wrote: my logs looks like that : http://pastebin.ubuntu.com/5798930/i didn't really understand a lot of things ! any suggestions please ? So the logs are not really informative, they just show that swift is crashing. Generally you

Re: [Openstack] How to deploy OpenStack on thousands of nodes?

2013-06-25 Thread Sg Kylin
Hi Brent, Thanks for your reply! But we are afraid that Rabbitmq needs broadcast to work correctly and usually broadcast is not available in cross-subnets deployments. That is what we are worrying about... Best, Kylin CG 2013/6/26 Brent Roskos brent.ros...@solinea.com By default rabbit

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_stable #525

2013-06-25 Thread openstack-testing-bot
Title: precise_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_stable/525/Project:precise_grizzly_quantum_stableDate of build:Tue, 25 Jun 2013 02:31:20 -0400Build duration:1 min 1 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_stable #506

2013-06-25 Thread openstack-testing-bot
Title: raring_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_stable/506/Project:raring_grizzly_quantum_stableDate of build:Tue, 25 Jun 2013 02:31:25 -0400Build duration:2 min 13 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_stable #267

2013-06-25 Thread openstack-testing-bot
Title: raring_grizzly_cinder_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_stable/267/Project:raring_grizzly_cinder_stableDate of build:Tue, 25 Jun 2013 12:24:28 -0400Build duration:6 min 37 secBuild cause:Started by user Adam

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_keystone_stable #268

2013-06-25 Thread openstack-testing-bot
at 20130625

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_stable #1034

2013-06-25 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1034/Project:raring_grizzly_nova_stableDate of build:Tue, 25 Jun 2013 12:22:06 -0400Build duration:19 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_quantum_stable #507

2013-06-25 Thread openstack-testing-bot
Title: raring_grizzly_quantum_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_stable/507/Project:raring_grizzly_quantum_stableDate of build:Tue, 25 Jun 2013 12:24:35 -0400Build duration:27 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #275

2013-06-25 Thread openstack-testing-bot
at 20130625-1255Build needed 00:07:20, 103516k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_stable #1026

2013-06-25 Thread openstack-testing-bot
Title: precise_grizzly_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_stable/1026/Project:precise_grizzly_nova_stableDate of build:Tue, 25 Jun 2013 12:52:51 -0400Build duration:5 min 0 secBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_quantum_stable #526

2013-06-25 Thread openstack-testing-bot
Title: precise_grizzly_quantum_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_stable/526/Project:precise_grizzly_quantum_stableDate of build:Tue, 25 Jun 2013 12:52:41 -0400Build duration:22 minBuild cause:Started by user Adam

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #276

2013-06-25 Thread openstack-testing-bot
at 20130625

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #277

2013-06-25 Thread openstack-testing-bot
at 20130625

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #279

2013-06-25 Thread openstack-testing-bot
at 20130625-1838Build needed 00:03:53, 103444k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #280

2013-06-25 Thread openstack-testing-bot
at 20130625-2012Build needed 00:07:11, 103524k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #281

2013-06-25 Thread openstack-testing-bot
at 20130625-2114Build needed 00:08:22, 103536k disc

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #282

2013-06-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/282/Project:saucy_havana_nova_trunkDate of build:Tue, 25 Jun 2013 21:31:30 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #283

2013-06-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/283/Project:saucy_havana_nova_trunkDate of build:Tue, 25 Jun 2013 23:01:18 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_stable #1027

2013-06-25 Thread openstack-testing-bot
Title: precise_grizzly_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_stable/1027/Project:precise_grizzly_nova_stableDate of build:Wed, 26 Jun 2013 00:01:18 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt