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 Su

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

Re: [Openstack] Security Groups not being applied uniformly

2013-06-25 Thread Robert Collins
On 25 June 2013 07:06, Daniel Ellison 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 anyone > thi

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

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, e

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 wa

Re: [Openstack] Keystone Identity API v3 interface

2013-06-25 Thread Dean Troyer
On Mon, Jun 24, 2013 at 2:00 PM, Ruslan Kiianchuk 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 service". Do t

[Openstack] Swift / Keystone authentication

2013-06-25 Thread CHABANI Mohamed El Hadi
Hi, I'm trying to install Swift from this Guide, and for the authentication service (Keystone) i'm a bit lost, should i install Keystone as a full-fledged service with the MySql dat

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 > (http://docs.openstack.org/trun

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 Виль Суркин > You should authenticate in keystone service, not in swi

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

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, a

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 po

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

Re: [Openstack] Swift / Keystone authentication

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

Re: [Openstack] Swift / Keystone authentication

2013-06-25 Thread Miller, Mark M (EB SW Cloud - R&D - 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 - R&D - 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@lists.la

[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 - R&D - 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 a

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 Architec

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 potentia

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

2013-06-25 Thread Doug Hellmann
On Fri, Jun 21, 2013 at 9:37 PM, Deepak Bangalore Hariyanna < dbang...@usc.edu> wrote: > Hi All, > > I am currently working on an charging application to work with > ceilometer(Grizzly release). > Have been working on openstack for just couple weeks and hence have a > couple of questions: > 1). I

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. https://blueprints.launchpad.net/openstack/?searchtext

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 sch

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 pos

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] Propagation of account state management changes in keystone across all the services

2013-06-25 Thread Balle, Susanne
Thanks Jay. Susanne -Original Message- From: Openstack [mailto:openstack-bounces+susanne.balle=hp@lists.launchpad.net] On Behalf Of Jay Pipes Sent: Tuesday, June 25, 2013 2:57 PM To: openstack@lists.launchpad.net Subject: Re: [Openstack] Propagation of account state management chan

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 sim

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 router

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 di

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 > By default rabbit uses tcp port 5672 for com

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

2013-06-25 Thread Tim Bell
I'd suggest to have a look at the openstack Operations Guide which contains information on scaling approaches (http://docs.openstack.org/ops/) In particular, the use of cells is a good way to build large scale infrastructures (see http://docs.openstack.org/trunk/openstack-ops/content/scaling.htm