Re: [Openstack] Change user password (not admin)

2012-06-07 Thread Rafael Durán Castañeda
On 06/07/2012 01:24 AM, Sam Morrison wrote: Hi, There has been a first attempt at this in keystone. See https://review.openstack.org/#/c/7437/ And bug: https://bugs.launchpad.net/keystone/+bug/996922 It needs more work to make it secure though. Cheers, Sam On Thu, Jun 7, 2012 at 7:13 AM,

[Openstack] For the hypervisorsupport,

2012-06-07 Thread Jae Hong Kim
Hi everyone, For the hypervisor support on OpenStack, I have one question. Currently, OpenStack has supported XenServer/XCP, KVM, QEMU, LXC, ESX, ESXi as shown in http://wiki.openstack.org/HypervisorSupportMatrix. However, Currently, Functionalies of each hypervisors are focused on

Re: [Openstack] nova live-migration failing on Ubuntu precise; libvirt live migration is OK

2012-06-07 Thread Thierry Carrez
Florian Haas wrote: a few people have reported issues with live migration lately, and I've been digging into them to narrow them down. The symptom is relatively easy to describe: you run nova live-migration guest host, and nothing happens. [...] I'd be thankful for any clues as to where to

Re: [Openstack] Question on nova disk injection...

2012-06-07 Thread Thierry Carrez
Eric Windisch wrote: What implementation suboption would have your preference ? Is nova-rootwrap now universally used ? Should we prefer compatibility or absence of confusion ? There is an issue of how to extend rootwrap from third-party backend drivers. If this was (is?) addressed,

Re: [Openstack] secure logging in OpenStack

2012-06-07 Thread Thierry Carrez
Paolo Smiraglia wrote: I wrote a library that implement some security features for logging. In a few words, the library generates a log files where all log entries are linked through an hash chain. In this way it's possible to verify the integrity of the log files. Now, I would to integrate

Re: [Openstack] [Metering] polling intervals, was: Agent configuration mechanism

2012-06-07 Thread Nick Barcet
On 06/06/2012 05:06 PM, Doug Hellmann wrote: Starting a new thread for this topic... On Wed, Jun 6, 2012 at 5:43 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 06/05/2012 09:03 PM, Doug Hellmann wrote: Right now we

Re: [Openstack] Integration Test Failing for Review

2012-06-07 Thread Thierry Carrez
John Postlethwait wrote: I have a review up that keeps failing the integration tests on Jenkins due to some sort of dependency issue. I am not really sure what the issue is, but the stack trace in the console output is complaining about No module named version tools.setuptools_hooks from

Re: [Openstack] [Metering] signing messages, was Re: Agent configuration mechanism

2012-06-07 Thread Nick Barcet
On 06/06/2012 05:20 PM, Doug Hellmann wrote: Starting a new thread... On Wed, Jun 6, 2012 at 5:43 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 06/05/2012 09:03 PM, Doug Hellmann wrote: On Tue, Jun 5, 2012 at 12:59 PM, Nick

[Openstack] setting up virtual machines with openstack

2012-06-07 Thread Udit Agarwal
Hi, I have set up openstack-swift in my lab with 3 systems with a proxy node on one system and two storage nodes each on different system. One storage node has only one storage device while the other has 2 storage devices. The swift setup worked fine and I did some tests on it and they too

Re: [Openstack] For the hypervisorsupport,

2012-06-07 Thread hitesh wadekar
Hi Jae, There is some work going on Openstack + hyper-v. See this link, http://wiki.openstack.org/Hyper-V Thanks, Hitesh On Thu, Jun 7, 2012 at 1:16 PM, Jae Hong Kim wja...@gmail.com wrote: Hi everyone, For the hypervisor support on OpenStack, I have one question. Currently, OpenStack

Re: [Openstack] secure logging in OpenStack

2012-06-07 Thread Paolo Smiraglia
On 06/07/2012 10:08 AM, Thierry Carrez wrote: Paolo Smiraglia wrote: I wrote a library that implement some security features for logging. In a few words, the library generates a log files where all log entries are linked through an hash chain. In this way it's possible to verify the integrity

Re: [Openstack] Capability of Openstack ?

2012-06-07 Thread Rajesh Avula
Thanks much Stef ! Sure I will go through with provided links, good luck to you ! On Thu, Jun 7, 2012 at 3:04 AM, Stefano Maffulli stef...@openstack.orgwrote: Hi Rajesh, I believe you'll find the answers to your questions on our website http://www.openstack.org/. You may be interested to

[Openstack] A proposal for bug submission process

2012-06-07 Thread Marco Consonni
Hello everybody, My name's Marco and I've been participating to the OpenStack community for some months, now. My contribution is mainly related to report documentation bugs but recently I submitted a couple of code bugs/enhancement requests. I wanted to give some ideas on the bug filing

Re: [Openstack] Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform)

2012-06-07 Thread John Garbutt
I think it should be as simple as looking at this step: If you are testing OpenStack in a virtual machine, you need to configure nova to use qemu without KVM and hardware virtualization: $ echo '--libvirt_type=qemu' | sudo tee -a /etc/nova/nova.conf And adding xen rather than qemu. There may be

Re: [Openstack] Quantum integration with Horizon

2012-06-07 Thread Gary Kotton
On 06/07/2012 11:39 AM, Neelakantam Gaddam wrote: Hi All, Currently, I don't see any Quantum UI in Horizon in Essex. Does the Horizon support Quantum UI in the current release? If so, please share the configuration steps. If not, When can I expect the Quantum UI integration with Horizon ?

Re: [Openstack] Passing parameters from Quantum manager to Nova compute

2012-06-07 Thread Dan Wendlandt
On Wed, Jun 6, 2012 at 8:29 PM, Rami Cohen ramic.h...@gmail.com wrote: Dan, I totally agree that the driver should be thin and focus on VM provision/termination. While ii may be looked unimportant, I just prefer that the quantum manager will determine both VIF and bridge name instead of

Re: [Openstack] Yahoo! is expanding its Virtualization Operations team!

2012-06-07 Thread Stefano Maffulli
James, I'm glad to publish job ads like this one. Please, though, add a clear way for people to apply: is there a url, a form, an email address (is it yours in this case?) for candidates to apply to the job? thanks stef On 06/06/2012 04:08 PM, James R Penick wrote: Hey Folks, Operating one

[Openstack] [Quantum] Documentation about network attachments

2012-06-07 Thread Ian Wells
On the page: http://docs.openstack.org/trunk/openstack-network/admin/content/specifying-vm-network-connectivity-on-boot.html it's not clear whether the networks have been created with quantum create_net xxx or nova-manage create-network ... (both appear in the documentation before

Re: [Openstack] [Quantum] Documentation about network attachments

2012-06-07 Thread Dan Wendlandt
Hi Ian, You should follow the directions for creating networks in the section titled Using Quantum with Nova Compute http://docs.openstack.org/trunk/openstack-network/admin/content/Net-Create-dle455.html Where was the reference to quantum create_net xxx? was it in the list of all commands

[Openstack] The process after click the Launch instance button?

2012-06-07 Thread jeffrey coho
Hi,all, I recently read some of the Horizon code,and could anyone tell me what happens after i click the Launch instance button? I know the basic process,but I just can't find the code which deals with the click action. I stopped at the following code in

Re: [Openstack] Integration Test Failing for Review

2012-06-07 Thread John Postlethwait
Thanks a lot for looking in to it! John Postlethwait Nebula, Inc. 206-999-4492 On Thursday, June 7, 2012 at 5:31 AM, Andrew Hutchings wrote: On 07/06/12 09:13, Thierry Carrez wrote: John Postlethwait wrote: I have a review up that keeps failing the integration tests on Jenkins due to

Re: [Openstack] [Quantum] Documentation about network attachments

2012-06-07 Thread Ian Wells
On 7 June 2012 19:08, Dan Wendlandt d...@nicira.com wrote: Where was the reference to quantum create_net xxx?  was it in the list of all commands supported by the Quantum client? (http://docs.openstack.org/trunk/openstack-network/admin/content/Validation-d1e447.html).   Perhaps we should

Re: [Openstack] Quantum integration with Horizon

2012-06-07 Thread Gabriel Hurley
The blueprint for adding Quantum support (via a Networks panel) back into the dashboard is still a high priority for both the Horizon and Quantum teams. There was a patch started by one of the Quantum team members, but after a code review that identified many fixes it ended up expiring and

Re: [Openstack] [Quantum] Documentation about network attachments

2012-06-07 Thread Dan Wendlandt
On Thu, Jun 7, 2012 at 12:50 PM, Ian Wells ijw.ubu...@cack.org.uk wrote: On 7 June 2012 19:08, Dan Wendlandt d...@nicira.com wrote: Where was the reference to quantum create_net xxx? was it in the list of all commands supported by the Quantum client? (

Re: [Openstack] Quantum integration with Horizon

2012-06-07 Thread Arvind Somya
Hey I held the Essex L2 support commit off in favor of the new V2 API with L3 features. We'll have some sort of quantum support in Horizon by Folsom-2. Here's the blueprint: https://blueprints.launchpad.net/horizon/+spec/readd-quantum-support If you want to try the L2 support panels out, you

Re: [Openstack] [Netstack] question on get_network_details api call

2012-06-07 Thread Robert Kukura
On 06/02/2012 01:56 PM, Dan Wendlandt wrote: Hi Irena, Bob, Salvatore, Just catching up the thread, and looping the netstack and openstack lists in as well, as this info is general useful in my opinion. Our model with Quantum, like Nova, is that it is definitely ok to extend the

Re: [Openstack] Integration Test Failing for Review

2012-06-07 Thread James E. Blair
John Postlethwait john.postlethw...@nebula.com writes: Hello Everyone! I have a review up that keeps failing the integration tests on Jenkins due to some sort of dependency issue. I am not really sure what the issue is, but the stack trace in the console output is complaining about No

[Openstack] new version of gerrit - with new features!

2012-06-07 Thread Monty Taylor
Hey guys! We just upgraded to a new version of gerrit. This is based on the new upstream version 2.4, but in addition we've landed two additional features on top of that - so there's tons of new toys to play with. First of all, in 2.4 upstream has added a new button Rebase Change ... which you

[Openstack] busy day for the CI team

2012-06-07 Thread Monty Taylor
Hey guys! In a fit of things coming together... today has been an unnaturally good and productive day for us, so I thought I'd mention a bunch of stuff (most things long-in-work and just sort of came together nicely today) - builders are now updated to run precise - except for the python2.6

[Openstack] [nova][glance] making nova api more asynchronous

2012-06-07 Thread Gabe Westmaas
Hey all, I was looking through some of the api calls, in particular creating a server on the openstack api. I'm not too excited by how long it takes, and was wondering what people think about making it more asynchronous. Basically, wondering if making it so that the POST to the nova API doesn't

[Openstack] Invoking Nova commands remotely

2012-06-07 Thread Neelakantam Gaddam
Hi All, I have a setup with one openstack controller with multiple compute node. In a separate node, say monitor node, I want to invoke the nova commands on openstack controller. Do we need to run any specific components of openstack on this node to achieve this ? Is there any way to invoke the

Re: [Openstack] Quantum integration with Horizon

2012-06-07 Thread Neelakantam Gaddam
Hi All, Thanks for your support. Thanks Neelakantam On Fri, Jun 8, 2012 at 1:38 AM, Arvind Somya aso...@cisco.com wrote: Hey I held the Essex L2 support commit off in favor of the new V2 API with L3 features. We'll have some sort of quantum support in Horizon by Folsom-2. Here's the