[Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-20 Thread Kobagana Kumar
Hi all, I have implemented three more classes in Ceilometer plug-in module. Added those classes in libvirt.py file in compute. The classes which I have added are counters to find out the following: 1. Number of CPUs used 2. Memory used 3. Maximum memory used I am also ready

Re: [Openstack] Nova scheduler

2012-06-20 Thread Vaze, Mandar
When I tried this on post-essex release code, I got : error: unrecognized arguments: --force_hosts=hostname Try --hint force_hosts=hostname instead -Mandar -Original Message- From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net

Re: [Openstack] Nova scheduler

2012-06-20 Thread Neelakantam Gaddam
Hi Mandar, Thanks for your help. This command is working for me. Regards Neelakantam On Wed, Jun 20, 2012 at 11:37 AM, Vaze, Mandar mandar.v...@nttdata.comwrote: When I tried this on post-essex release code, I got : error: unrecognized arguments: --force_hosts=hostname Try --hint

Re: [Openstack] Thoughts on client library releasing

2012-06-20 Thread Daniel P. Berrange
On Tue, Jun 19, 2012 at 11:07:05AM -0700, Monty Taylor wrote: I'm going to top-post, because there is a whole other thing which is not a response to points below. Basically, this is yet-another-instance of two competing and partially contradictory sets of use cases and usage patterns that

Re: [Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-20 Thread Julien Danjou
On Wed, Jun 20 2012, Kobagana Kumar wrote: Hi Kobagana, I have implemented three more classes in Ceilometer plug-in module. Added those classes in libvirt.py file in compute. The classes which I have added are counters to find out the following: 1. Number of CPUs used 2.

Re: [Openstack] Translation and Internationalization in OpenStack

2012-06-20 Thread Ying Chun Guo
Hi, Gabriel Are there any progress or updates with the translation management tools? I tried to slice the manuals into pieces and uploaded the templates to Transifex. I also tried to enable Transifex in the Git repository. All things run well. I will vote for Transifex now. You can try my

[Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Vincent Untz
Hi, In devstack, we currently have two separate lists of packages to install: one for Ubuntu (in files/apts/) and one for Fedora (in files/rpms/). This has two issues: - this leads to incomplete updates for dependencies. It happens that someone updates the apts files but not the rpms ones.

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Daniel P. Berrange
On Wed, Jun 20, 2012 at 12:06:46PM +0200, Vincent Untz wrote: Hi, In devstack, we currently have two separate lists of packages to install: one for Ubuntu (in files/apts/) and one for Fedora (in files/rpms/). This has two issues: - this leads to incomplete updates for dependencies. It

[Openstack] [Continuous-Integration] using strace from a test suite running on Ubuntu

2012-06-20 Thread Eoghan Glynn
Hi Folks, I wanted to use strace(1) to get to the bottom of the glance service launch failures that have been plaguing Smokestack and Jenkins in the past few weeks: https://review.openstack.org/8722 However I just realized that Ubuntu from Maverick onward no longer allows ptrace to attach

[Openstack] Testing NOVA-OVS-Quantum setup

2012-06-20 Thread Trinath Somanchi
Hi- I have installed configured NOVA-OVS-Quantum based setup using the guide provided by openstack and OVS. I have a instance up and running. I'm new to Openstack. Can you any one help me out on the testing/validating on is instance up with OVS and Quantum. Thanking you.. -- Regards,

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Ghe Rivero
On Wed, Jun 20, 2012 at 12:24 PM, Daniel P. Berrange berra...@redhat.comwrote: On Wed, Jun 20, 2012 at 12:06:46PM +0200, Vincent Untz wrote: Hi, In devstack, we currently have two separate lists of packages to install: one for Ubuntu (in files/apts/) and one for Fedora (in

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Vincent Untz
Hi, Le mercredi 20 juin 2012, à 11:24 +0100, Daniel P. Berrange a écrit : On Wed, Jun 20, 2012 at 12:06:46PM +0200, Vincent Untz wrote: I'd like us to move to a new scheme where we have one list of packages (say the Ubuntu one, for instance) and instead of adding another one Fedora,

[Openstack] KVM Spawning error

2012-06-20 Thread Trinath Somanchi
Hi- When I launch an VM instance, I'm getting this error while spawning. 2012-06-20 16:57:21 ERROR nova.compute.manager [req-2266a451-48d4-432a-aca2-54b09873036c ddd1015a21f441fd9dc5fe532fff09f4 3086217db56c4bdba27a6571fd424642] [instance: b104ae3d-0263-41d9-b0e8-80b48746f031] Instance failed to

Re: [Openstack] Testing NOVA-OVS-Quantum setup

2012-06-20 Thread Joseph Suh
Trinath, I found the following Quantun admin guide was useful for that purpose:

Re: [Openstack] Thoughts on client library releasing

2012-06-20 Thread Mark McLoughlin
Hey, Does the PPB vote last night mean that the all-mighty PPB, in its infinite wisdom, has decreed that nothing useful can come from further discussion? :-) I certainly hope not ... On Tue, 2012-06-19 at 11:07 -0700, Monty Taylor wrote: It is terrible for the public cloud implementations who

Re: [Openstack] KVM Spawning error

2012-06-20 Thread Razique Mahroua
Hi Trinath,have you updated your qemu.conf file with the following settings ?user = "root" group = "root" clear_emulator_capabilities = 0 and into the cg_group_device_acl = [ /dev/null", "/dev/full", "/dev/zero", "/dev/random", "/dev/urandom", "/dev/ptmx", "/dev/kvm", "/dev/kqemu", "/dev/rtc",

Re: [Openstack] Testing NOVA-OVS-Quantum setup

2012-06-20 Thread Emilien Macchi
Hi, I wrote a documentation about installation of Essex with Quantum, OVS in multi-node architecture. You can read it here : https://github.com/EmilienM/doc-openstack Regards On Wed, Jun 20, 2012 at 1:30 PM, Joseph Suh j...@isi.edu wrote: Trinath, I found the following Quantun admin

[Openstack] Simulation Tool

2012-06-20 Thread Neelakantam Gaddam
Hi All, I want to test openstack on multiple nodes with huge number of VMs(thousands) with hundreds of compute nodes. There is a tool called Mininet, which will do the similar kind of simulations over openvswitches/openflow. Mininet will create outer VMs for each server and also create inner VMs

[Openstack] is there any IDS projects on openstack?

2012-06-20 Thread badis hammi
Hi friends,I'm new on this mailing list, I just begin with openstack and I wish to know if it exists any Intrusion Detection System projects on openstack.thank you

Re: [Openstack] gerrit reviews change?

2012-06-20 Thread David Shrewsbury
On Wed, Jun 13, 2012 at 8:24 PM, David Shrewsbury shrewsbury.d...@gmail.com wrote: This seems to be a bug in 2.4, and fixed in 2.4.1, due to be released soon. We have upgraded Gerrit to 2.4.1. Let the CI team know if you are still experiencing any issues with email. -Dave

[Openstack] Performance metrics

2012-06-20 Thread Neelakantam Gaddam
Hi All, I want to do performance analysis on top of [openstack,Qauntum,openvswitch] setup. I am interested in the following metrics. VM life cycle (creation, deletion, boot..,etc) VM Migration Quantum (network, port creation/deletion..,etc) Are there any performance metric tools/scripts

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Dean Troyer
On Wed, Jun 20, 2012 at 5:06 AM, Vincent Untz vu...@suse.com wrote:  - this leads to incomplete updates for dependencies. It happens that   someone updates the apts files but not the rpms ones. (shameless This is going to always be a problem, independent of the mechanism used to manage package

Re: [Openstack] Router as a VM

2012-06-20 Thread Dan Wendlandt
Hi Neelakantam, The essex model for implementing gateway/router is that nova-network creates these interfaces. It would be possible to run nova-network in a VM, but that would be a single VM acting as a router for all tenants, whereas my guess is that you want a per-tenant VM acting as a router.

Re: [Openstack] is there any IDS projects on openstack?

2012-06-20 Thread Dan Wendlandt
None that I am aware of. Dan On Wed, Jun 20, 2012 at 5:12 AM, badis hammi dis@hotmail.fr wrote: Hi friends, I'm new on this mailing list, I just begin with openstack and I wish to know if it exists any Intrusion Detection System projects on openstack. thank you

Re: [Openstack] Performance metrics

2012-06-20 Thread Dan Wendlandt
On Wed, Jun 20, 2012 at 5:56 AM, Neelakantam Gaddam neelugad...@gmail.comwrote: Hi All, I want to do performance analysis on top of [openstack,Qauntum,openvswitch] setup. I am interested in the following metrics. VM life cycle (creation, deletion, boot..,etc) VM Migration Quantum

Re: [Openstack] Common openstack client library

2012-06-20 Thread Alexey Ababilov
Hi! The library is accessible at https://github.com/aababilov/python-openstackclient-base. I have update it so it doesn't require monkey patch for nova and keystone clients anymore. I'm familiar with python-openstackclienthttps://github.com/openstack/python-openstackclient, and it will be an

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Vincent Untz
Le mercredi 20 juin 2012, à 08:17 -0500, Dean Troyer a écrit : On Wed, Jun 20, 2012 at 5:06 AM, Vincent Untz vu...@suse.com wrote:  - this leads to incomplete updates for dependencies. It happens that   someone updates the apts files but not the rpms ones. (shameless This is going to

Re: [Openstack] Performance metrics

2012-06-20 Thread Sandy Walsh
Hi That's been my focus for a while now. We're using Tach to instrument openstack, quantum, glance and a bunch of other components. https://github.com/ohthree/tach Also, there's StackTach which will consume the notifications and give you a real-time display of what's happening in the system

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Thomas, Duncan
nova-manage volume delete on a nova host works for this, though if the attach operation is still underway then this might cause some weirdness. If the attach cast to nova compute has timeouted out or been lost / errored then nova-manage volume delete should do the job. -- Duncan Thomas HP

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Yun Mao
John, A strategy we are making in Nova (WIP) is to allow instance termination no matter what. Perhaps a similar strategy could be adopted for volumes too? Thanks, Yun On Wed, Jun 20, 2012 at 12:02 AM, John Griffith john.griff...@solidfire.com wrote: On Tue, Jun 19, 2012 at 7:40 PM, Lars

Re: [Openstack] is there any IDS projects on openstack?

2012-06-20 Thread jeremy . hahn
You may want to check out Vyatta's routing distro. It has native support for Snort. On Wed, 20 Jun 2012 06:22:54 -0700, Dan Wendlandt wrote: None that I am aware of. Dan On Wed, Jun 20, 2012 at 5:12 AM, badis hammi wrote: Hi friends, I'm new on this mailing list, I just begin

[Openstack] [Swift] S3 like ACL for Swift

2012-06-20 Thread Victor Rodionov
Hello I have working implementation of S3 like ACL API for Swift, for this changes I need to store ACL on object and container server, then I need to change container and object servers code. So my question, if this changes will be interesting for Swift community or no? Thanks, Victor

Re: [Openstack] Translation and Internationalization in OpenStack

2012-06-20 Thread Anne Gentle
Hi Daisy - Thanks for all the work. A couple of questions: I thought the plan was to start with install guide(s) only? It looks like you brought in all the openstack-manuals repository as resources. I'd prefer just

Re: [Openstack] [Swift] S3 like ACL for Swift

2012-06-20 Thread John Dickinson
Yes, this could be good for swift. ACLs in swift do need to be stored in swift (for scale reasons), but their implementation is dependent on the particular auth system that you are using. The auth middleware is responsible for determining if a request is granted access to a particular swift

Re: [Openstack] [Swift] S3 like ACL for Swift

2012-06-20 Thread Greg
Have you worked with Fujita Tomonori? If not, you might consider collaborating on https://github.com/fujita/swift3 On Jun 20, 2012, at 9:38 AM, Victor Rodionov wrote: Hello I have working implementation of S3 like ACL API for Swift, for this changes I need to store ACL on object and

Re: [Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-20 Thread Doug Hellmann
On Wed, Jun 20, 2012 at 1:58 AM, Kobagana Kumar kobagana_ku...@persistent.co.in wrote: Hi all, ** ** I have implemented three more classes in Ceilometer plug-in module. Added those classes in libvirt.py file in compute. The classes which I have added are counters to find

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Lars Kellogg-Stedman
On Wed, Jun 20, 2012 at 02:30:12PM +, Thomas, Duncan wrote: nova-manage volume delete on a nova host works for this... Ah, that appears to do it. I wasn't previously aware that there were volume management commands in both 'nova' and 'nova-manage'. Thanks, -- Lars Kellogg-Stedman

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Lars Kellogg-Stedman
A strategy we are making in Nova (WIP) is to allow instance termination no matter what. Perhaps a similar strategy could be adopted for volumes too? Thanks, The 'nova-manage volume delete ...' solution worked just fine in this case...but in general, as a consumer of the software, we would

Re: [Openstack] [Swift] S3 like ACL for Swift

2012-06-20 Thread Victor Rodionov
Hello My implementation need only remote user header from authorization system with user name (comma separated list of username (roles)) or put key REMOTE_USER to WSGI env. So it will work ok with tempauth, because it add REMOTE_USER to env. For keystone no much changes will be needed.

Re: [Openstack] [Blueprint automatic-secure-key-generation] Automatic SECURE_KEY generation

2012-06-20 Thread Sascha Peilicke
Hi guys, according from your answers, I believe we're still trying to tackle slightly different issues, so I'd like step back a bit and try to sum up our discussion. Please correct me where I am wrong. I think we all agree that the SECRET_KEY should be protected as much as possible, via sensible

Re: [Openstack] [Swift] S3 like ACL for Swift

2012-06-20 Thread John Dickinson
On Jun 20, 2012, at 11:02 AM, Victor Rodionov wrote: Also, I want ask do you think it's good idea to store object ACL in object metadata? I'd suggest looking at container-level ACLs rather than object-level. But either way, the data does need to be stored in the metadata in swift itself.

Re: [Openstack] Performance metrics

2012-06-20 Thread Rick Jones
On 06/20/2012 05:56 AM, Neelakantam Gaddam wrote: Hi All, I want to do performance analysis on top of [openstack,Qauntum,openvswitch] setup. I am interested in the following metrics. VM life cycle (creation, deletion, boot..,etc) VM Migration Quantum (network, port creation/deletion..,etc)

Re: [Openstack] [Continuous-Integration] using strace from a test suite running on Ubuntu

2012-06-20 Thread James E. Blair
Eoghan Glynn egl...@redhat.com writes: So I'm wondering whether the CI side-of-the-house would be prepared to enable this temporarily on the Jenkins slaves, by running: echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope prior to the glance tests being kicked off, then reverting

[Openstack] [metering] Cinder usage data retrieval

2012-06-20 Thread Nick Barcet
Hello John (or anyone else working on cinder), As part of the ceilometer project¹, we're working on usage data retrieval from various OpenStack components. One of them is Cinder. We're targeting Folsom for the first release, therefore it seems important for both projects to be able to work

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Jay Pipes
On 06/20/2012 11:52 AM, Lars Kellogg-Stedman wrote: A strategy we are making in Nova (WIP) is to allow instance termination no matter what. Perhaps a similar strategy could be adopted for volumes too? Thanks, The 'nova-manage volume delete ...' solution worked just fine in this case...but in

Re: [Openstack] [metering] Cinder usage data retrieval

2012-06-20 Thread John Griffith
On Wed, Jun 20, 2012 at 10:53 AM, Nick Barcet nick.bar...@canonical.com wrote: Hello John (or anyone else working on cinder), As part of the ceilometer project¹, we're working on usage data retrieval from various OpenStack components. One of them is Cinder. We're targeting Folsom for the

[Openstack] OpenStack and VDI

2012-06-20 Thread John Purrier
Hi all, recently there was a post by Zdnet about some folks that are implementing VDI (virtual desktop) integrated with OpenStack. I would like to get in touch with the project, if anyone knows of or are part of the effort. Thanks, John John Purrier j...@openstack.com (206) 930-0788

[Openstack] resolving the current keystone api URL via metadata?

2012-06-20 Thread Matt Joyce
This is continuity on a thread I was having with Scott Moser about his blueprint on config drive improvements: https://blueprints.launchpad.net/nova/+spec/config-drive-v2 I had suggested adding the current keystone API url path ( from flags ) to metadata api response. The fundamental logic on

Re: [Openstack] Deleting a volume stuck in attaching state?

2012-06-20 Thread Chuck Thier
On Wed, Jun 20, 2012 at 12:16 PM, Jay Pipes jaypi...@gmail.com wrote: On 06/20/2012 11:52 AM, Lars Kellogg-Stedman wrote: A strategy we are making in Nova (WIP) is to allow instance termination no matter what. Perhaps a similar strategy could be adopted for volumes too? Thanks, The

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Joshua Harlow
Everyone should really check out... https://github.com/yahoo/Openstack-Anvil/tree/master/conf/distros It is nice to have a standard yaml format that isn't a new micro-custom-format that we have to figure out how to parse. In fact I think there is an open work-item to centralize this and make

Re: [Openstack] [metering] Cinder usage data retrieval

2012-06-20 Thread Nick Barcet
On 06/20/2012 07:26 PM, John Griffith wrote: On Wed, Jun 20, 2012 at 10:53 AM, Nick Barcet nick.bar...@canonical.com wrote: Hello John (or anyone else working on cinder), As part of the ceilometer project¹, we're working on usage data retrieval from various OpenStack components. One of them

Re: [Openstack] [metering] Cinder usage data retrieval

2012-06-20 Thread John Griffith
On Wed, Jun 20, 2012 at 12:15 PM, Nick Barcet nick.bar...@canonical.com wrote: On 06/20/2012 07:26 PM, John Griffith wrote: On Wed, Jun 20, 2012 at 10:53 AM, Nick Barcet nick.bar...@canonical.com wrote: Hello John (or anyone else working on cinder), As part of the ceilometer project¹, we're

[Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (June 21st, 2012)

2012-06-20 Thread Nick Barcet
Hi, The metering project team holds a weekly meeting in #openstack-meeting, Thursdays at 1600 UTC. Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topics for this week: * Review last week's actions - nijaba: to point to the calculator in the blueprint - dhellmann:

Re: [Openstack] Timeout during image build (task Networking)

2012-06-20 Thread Jay Pipes
Turns out my issue was a borked run of Tempest that left a nova-ensure_bridge.lock file around. After manually destroying this lock file, Tempest is running cleanly again. I'll look into adding a forcible removal of this lockfile to the unstack.sh script (which I personally use to reset my

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Thomas Goirand
On 06/20/2012 06:06 PM, Vincent Untz wrote: Hi, In devstack, we currently have two separate lists of packages to install: one for Ubuntu (in files/apts/) and one for Fedora (in files/rpms/). This has two issues: - this leads to incomplete updates for dependencies. It happens that

Re: [Openstack] Translation and Internationalization in OpenStack

2012-06-20 Thread Ying Chun Guo
Hi, Anne See my answers below. Regards Ying Chun Guo (Daisy) annegen...@justwriteclick.com wrote on 06/20/2012 11:01:22 PM: Anne Gentle a...@openstack.org Sent by: annegen...@justwriteclick.com 06/20/2012 11:01 PM To Ying Chun Guo/China/IBM@IBMCN, cc Gabriel Hurley

[Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Lars Kellogg-Stedman
We seem to have OpenStack working correctly with a FlatDHCP network environment, running in multi_host mode. Outbound connectivity works just fine: instance# curl http://google.com HTMLHEADmeta http-equiv=content-type content=text/html;charset=utf-8 TITLE301 Moved/TITLE/HEADBODY H1301

Re: [Openstack] Timeout during image build (task Networking)

2012-06-20 Thread Yun Mao
Jay, there is a tools/clean_file_locks.py that you might be able to take advantage of. Yun On Wed, Jun 20, 2012 at 3:23 PM, Jay Pipes jaypi...@gmail.com wrote: Turns out my issue was a borked run of Tempest that left a nova-ensure_bridge.lock file around. After manually destroying this lock

Re: [Openstack] Timeout during image build (task Networking)

2012-06-20 Thread Jay Pipes
Ah, good to know. Thanks Yun! -jay On 06/20/2012 03:32 PM, Yun Mao wrote: Jay, there is a tools/clean_file_locks.py that you might be able to take advantage of. Yun On Wed, Jun 20, 2012 at 3:23 PM, Jay Pipesjaypi...@gmail.com wrote: Turns out my issue was a borked run of Tempest that left

Re: [Openstack] Need help and guidance of Openstack Swift

2012-06-20 Thread Jay Pipes
On 06/19/2012 04:34 PM, Yogesh Bansal wrote: Hi Jay, Thanks a lot for quick response. This was little helpful. I need how to send the parameters to the swift server by making the connection. I think that task is happening in inside the below code. Could you please tell me what is happening in

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Lars Kellogg-Stedman
We are having problems with connectivity from the instance to our OpenStack controller (particularly the metadata service)... zynzel on #openstack suggested that the metadata api service is supposed to run alongside the compute service, so I've modified our configuration accordingly to start

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Kiall Mac Innes
When using the multi-host network mode, the simplest solution is to install either the whole nova-api service, or better yet, just the nova-api-metadata service alongside every nova-network. If you're on Ubuntu, just install the nova-api-metadata package.. Thanks, Kiall Sent from my phone. On

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Lars Kellogg-Stedman
or better yet, just the nova-api-metadata service alongside every nova-network. Right, that's what we've got. The issue right now appears to be that of a DNAT rule failing where a REDIRECT rule succeeds, and I'm not sure what's causing that behavior. Presumably other people have this working

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Lars Kellogg-Stedman
Is the DNAT rule expected to work? Does linux_net.py need a special case for when the metadata address is on the local host? For now, I've modified linux_net.py so that it conditionally creates a REDIRECT rule if FLAGS.metadata_host is 127.0.0.1: def metadata_forward(): Create

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-20 Thread Lars Kellogg-Stedman
Is the DNAT rule expected to work? Does linux_net.py need a special case for when the metadata address is on the local host? I have confirmed that the DNAT rule works *unless* metadata_host is 127.0.0.1, in which case you need a REDIRECT rule. -- Lars Kellogg-Stedman l...@seas.harvard.edu

Re: [Openstack] [Blueprint automatic-secure-key-generation] Automatic SECURE_KEY generation

2012-06-20 Thread Gabriel Hurley
Sascha, That's all fine; my only reasoning on step 4 was simply that we could provide a more detailed, controlled error message by checking for the key ourselves. I actually don't feel strongly on that point. - Gabriel -Original Message- From: Sascha Peilicke

Re: [Openstack] Timeout during image build (task Networking)

2012-06-20 Thread Vishvananda Ishaya
Might be nice to figure out why the code to clean unused locks on worker startup is not working. It should detect orphaned locks and delete them but it sounds like it isn't working. Maybe because the pid has been reused by another process? Maybe we can improve it to make sure the process

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Mellquist, Peter
What happened to 35357? In general, new port #s should be applied through IANA and when approved then made public. Peter. -Original Message- From: openstack-bounces+peter.mellquist=hp@lists.launchpad.net [mailto:openstack-bounces+peter.mellquist=hp@lists.launchpad.net] On

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Adam Young
That is for admin, 5000 is for normal usage. Personally, I'd like to see all of the custom ports go away and we use an URL scheme as proposed: http://wiki.openstack.org/URLs On 06/20/2012 08:56 PM, Mellquist, Peter wrote: What happened to 35357? In general, new port #s should be applied

Re: [Openstack] Translation and Internationalization in OpenStack

2012-06-20 Thread Stefano Maffulli
On 06/20/2012 12:24 PM, Ying Chun Guo wrote: Daisy Yes, I'm interested in. I'm sure Chinese people is eager to have an Chinese version of documents. We are a community. You contribute, you have. After we broadcast it in APEC conference, we will have many more contributors. Fantastic: please

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Dolph Mathews
Alternatively, if anyone would like to tar and feather me for picking port 5000 in the first place, I'm available. That said, I have no attachment to port 5000... but I'm curious, are people experiencing real issues trying to use port 5000? -Dolph On Wed, Jun 20, 2012 at 6:16 PM, Joseph Heck

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Tom Fifield
As an operator, I can say we have had issues with the fact that keystone is on port 5000, and wouldn't mind if it changed to something else :) Regards, Tom On 21/06/12 11:19, Dolph Mathews wrote: Alternatively, if anyone would like to tar and feather me for picking port 5000 in the first

[Openstack] When are hostnames okay and when are ip addresses required?

2012-06-20 Thread Lars Kellogg-Stedman
I ran into an issue earlier today where I had metadata_host set to the *hostname* of our controller. This got stuffed into an iptables rule as... -d os-controller.int.seas.harvard.edu/32 ...which promptly failed. Setting this to an ip address fixed this particular error, leading me to

[Openstack] How to use Cloudpipe

2012-06-20 Thread Naveen Kuna
Hi All, Can anyone help me in making cloudpipe image and how to use cloudpipe image for VPN service ? Thanks in Advance Regards, Naveen ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Performance metrics

2012-06-20 Thread Huang Zhiteng
On Thu, Jun 21, 2012 at 12:36 AM, Rick Jones rick.jon...@hp.com wrote: I do not have numbers I can share, but do have an interest in discussing methodology for evaluating scaling  particularly as regards to networking.  My initial thoughts are simply starting with what I have done for network

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Vaze, Mandar
public_port is configurable via keystone.conf - so if port 5000 is blocked in specific setup, it is trivial to change it to some other port. why make so many changes (REST docs, XML docs, devstack, and the code) for a parameter that can be easily tweaked ? -Mandar -Original Message-

Re: [Openstack] How to use Cloudpipe

2012-06-20 Thread Vishvananda Ishaya
On Jun 20, 2012, at 7:52 PM, Naveen Kuna wrote: Hi All, Can anyone help me in making cloudpipe image and how to use cloudpipe image for VPN service ? Manually: http://nova.openstack.org/devref/cloudpipe.html Automatically: https://github.com/Mirantis/cloudpipe-image-auto-creation Vish

Re: [Openstack] Router as a VM

2012-06-20 Thread Neelakantam Gaddam
Hi Dan, Can you point me to the brief instructions on how to run nova-network on a VM and make it as a router? Thanks Neelakantam On Wed, Jun 20, 2012 at 6:51 PM, Dan Wendlandt d...@nicira.com wrote: Hi Neelakantam, The essex model for implementing gateway/router is that nova-network

Re: [Openstack] How to use Cloudpipe

2012-06-20 Thread Atul Jha
Hi Naveen, From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Naveen Kuna [naveen.k...@oneconvergence.com] Sent: Thursday, June 21, 2012 8:22 AM To:

[Openstack] ssh not authenticating

2012-06-20 Thread udit agarwal
Hi, I have setup openstack on my system using the manual http://docs.openstack.org/essex/openstack-compute/install/apt/content/. I tried to run the test image cirros on my system. While I can easily ping it, I faced some problems in authenticating via ssh. First, it asks for password, even

[Openstack-poc] Technical Committee: reserved seats for PTLs (or not)

2012-06-20 Thread Thierry Carrez
The current PPB had a discussion yesterday on the bylaws for the Foundation Technical Committee (TC), mainly around whether PTLs should get reserved seats on the TC. I would like to summarize the options and extend the discussion to the Foundation ML for wider input. My initial proposal [1] was

Re: [Openstack-poc] [OpenStack Foundation] Technical Committee: reserved seats for PTLs (or not)

2012-06-20 Thread Thierry Carrez
Doug Hellmann wrote: On Wed, Jun 20, 2012 at 8:02 AM, Mark McLoughlin mar...@redhat.com mailto:mar...@redhat.com wrote: I completely buy your argument that all seats should be elected. And I also expect that most PTLs would be elected. Put it this way - with the all seats are

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_horizon_stable #2

2012-06-20 Thread openstack-testing-bot
Title: precise_essex_horizon_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_horizon_stable/2/Project:precise_essex_horizon_stableDate of build:Wed, 20 Jun 2012 17:31:31 -0400Build duration:3 min 4 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_quantum_stable #2

2012-06-20 Thread openstack-testing-bot
Title: precise_essex_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_quantum_stable/2/Project:precise_essex_quantum_stableDate of build:Wed, 20 Jun 2012 17:34:37 -0400Build duration:16 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-novaclient_trunk #1

2012-06-20 Thread openstack-testing-bot
Title: precise_folsom_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-novaclient_trunk/1/Project:precise_folsom_python-novaclient_trunkDate of build:Wed, 20 Jun 2012 17:34:31 -0400Build duration:1 min 33 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-keystoneclient_trunk #2

2012-06-20 Thread openstack-testing-bot
Title: precise_folsom_python-keystoneclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-keystoneclient_trunk/2/Project:precise_folsom_python-keystoneclient_trunkDate of build:Wed, 20 Jun 2012 17:53:37 -0400Build duration:1 min 35 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #2

2012-06-20 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/2/Project:quantal_folsom_quantum_trunkDate of build:Wed, 20 Jun 2012 17:54:04 -0400Build duration:1 min 59 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_melange_stable #3

2012-06-20 Thread openstack-testing-bot
Title: precise_essex_melange_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_melange_stable/3/Project:precise_essex_melange_stableDate of build:Wed, 20 Jun 2012 17:56:03 -0400Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_glance_trunk #4

2012-06-20 Thread openstack-testing-bot
at 20120620-1833Build needed 00:01:12, 17556k disc

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_swift_trunk #3

2012-06-20 Thread openstack-testing-bot
at 20120620-1835Build needed 00:01:28, 21400k disc

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_python-keystoneclient_trunk #3

2012-06-20 Thread openstack-testing-bot
Title: precise_folsom_python-keystoneclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-keystoneclient_trunk/3/Project:precise_folsom_python-keystoneclient_trunkDate of build:Wed, 20 Jun 2012 18:57:01 -0400Build duration:1 min 1 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-keystoneclient_trunk #4

2012-06-20 Thread openstack-testing-bot
at 20120620

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #3

2012-06-20 Thread openstack-testing-bot
at 20120620

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-quantumclient_trunk #2

2012-06-20 Thread openstack-testing-bot
at 20120620

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_python-keystoneclient_trunk #3

2012-06-20 Thread openstack-testing-bot
at 20120620-1935Build needed 00:01:22, 1164k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/folsom-trunk-testinggpg: Signature made

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_keystone_trunk #5

2012-06-20 Thread openstack-testing-bot
at 20120620

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_keystone_trunk #6

2012-06-20 Thread openstack-testing-bot
at 20120620-2000Build needed 00:02:20, 14996k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-keystoneclient_trunk #4

2012-06-20 Thread openstack-testing-bot
at 20120620-2012Build needed 00:00:42, 1164k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/folsom-trunk

[Openstack-ubuntu-testing-notifications] Build Failure: quantal-openstack-folsom-deploy #10

2012-06-20 Thread openstack-testing-bot
Title: quantal-openstack-folsom-deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal-openstack-folsom-deploy/10/Project:quantal-openstack-folsom-deployDate of build:Wed, 20 Jun 2012 20:16:08 -0400Build duration:59 secBuild cause:Started by command lineBuilt