[Openstack] Question about undo delete in Swift with Object Version

2012-08-22 Thread ZHOU Yuan
Hi stackers, I'm trying to understand the object version feature in Swift. In the current implementation we can store multi-versions of the same object in Swift. However when you delete it from the container, the latest version is deleted and this is not recoverable, right? Is there any magic to

Re: [Openstack] Question about undo delete in Swift with Object Version

2012-08-22 Thread John Dickinson
With the current implementation of versioning in Swift, this isn't possible. It's better to think of the feature as versioned writes. --John On Aug 22, 2012, at 12:13 AM, ZHOU Yuan dunk...@gmail.com wrote: Hi stackers, I'm trying to understand the object version feature in Swift. In the

Re: [Openstack] implementing custom keystone module

2012-08-22 Thread pat
On Tue, 21 Aug 2012 17:38:54 -0400, Adam Young wrote On 08/21/2012 05:10 PM, pat wrote: Hello, I want to implement custom keystone authentication module. I went through the What are you trying to do? There is a good chance that one of the other modules can be a good example. Well,

Re: [Openstack] Question about undo delete in Swift with Object Version

2012-08-22 Thread ZHOU Yuan
Hi John, Thanks, versioned writes sounds really cool! Do you have any plan on this now? On Wed, Aug 22, 2012 at 3:25 PM, John Dickinson m...@not.mn wrote: With the current implementation of versioning in Swift, this isn't possible. It's better to think of the feature as versioned writes.

Re: [Openstack] [Openstack-operators] ERROR: Malformed request url (HTTP 400)

2012-08-22 Thread Wilson Lo
Hi, I am having the same problem as the subject. I am just wondering how do people solve the problem. This is the error message that I got. sysadmin@Cloud-director:/usr/lib/python2.7/dist-packages/novaclient/v1_1$ sudo nova --debug --os_username admin --os_password best97in --os_tenant_name

Re: [Openstack] uninstall

2012-08-22 Thread Thierry Carrez
Guillermo Alvarado wrote: Which is the best way to uninstall all the components? I want to re-install it because I have an inconsistent environment. It is highly dependent on the way you installed them. Could you give us some details on that ? -- Thierry Carrez (ttx) Release Manager,

[Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Hello guys, I'm having a problem with nova command line. I've added this to .bashrc: export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=admin export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/; but when i do nova --debug list i get: connect: (127.0.0.1, 5000) send: 'POST

Re: [Openstack] uninstall

2012-08-22 Thread Alessandro Tagliapietra
Il giorno 21/ago/2012, alle ore 23:15, Guillermo Alvarado stallion.a...@gmail.com ha scritto: Hello everyone, Which is the best way to uninstall all the components? I want to re-install it because I have an inconsistent environment. if you're on debian/ubuntu apt-get purge nova.*

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Sorry for the wrong subject, it was another mail that i was sending. -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore 11:40, Alessandro Tagliapietra tagliapietra.alessan...@gmail.com ha scritto: Hello guys, I'm

Re: [Openstack] Closr.it

2012-08-22 Thread Salvatore Orlando
Hi Alessandro, When I get 400 errors from nova command line it is usually because of invalid values in the cache. Try executing your commands with the --no_cache option or destroying the cache altogether by removing the .novaclient directory in your home dir. Salvatore On 22 August 2012 11:45,

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Hi Salvatore, sorry but in nova i don't see any --no_cache option nor a .novaclient folder in user home. :/ -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore 11:52, Salvatore Orlando sorla...@nicira.com ha scritto:

Re: [Openstack] Closr.it

2012-08-22 Thread Alessandro Tagliapietra
Found the problem, in the endpoint list i had an url with http:/10.x.. so it was missing a / I'm writing just to keep track of this possible error. Best -- Alessandro Tagliapietra | VISup srl piazza 4 novembre 7 20124 Milano http://www.visup.it Il giorno 22/ago/2012, alle ore 11:55,

[Openstack] Openstack Folsom - 3 Installation

2012-08-22 Thread Trinath Somanchi
Hi All- I'm installing Openstack Components of Folsom-3 milestone from the Tar files available from launchpad. Can any one guide me on the installation of the these components like the Essex component installation and configuration. I'm upto this level of Installation. For instance, Keystone

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Ben
Hi, No idea for my scheduler problem ? It was working at the beginning (I suppose because I could launch instances), but I did a lot of modification, modifying networks, deleting nova db, rebuild it, etc. Any idea on what I can do to identify the problem ? Where can I find the mentionned

[Openstack] ldaps support in keystone?

2012-08-22 Thread Yanping Xie
Hi, all Could I ask if ldaps is supported in keystone? I do know that ldap is supported in keystone, but I couldn't find any information about ladps support in keystone via google nor openstack doc. Could anyone give some explicit information about that? Thanks. Best Regards. Yanping

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Joseph Suh
Ben, As the error message suggests, it is due to a duplicated option of scheduler_host_manager. It is specified more than once somewhere. Thanks, Joseph - Original Message - From: Ben ben@gmail.com To: openstack@lists.launchpad.net Sent: Wednesday, August 22, 2012 8:27:39 AM

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Ben
Hi Joseph, Thank you for your answer. Yes, but where could be that option ? It's not duplicated in my nova.conf file, and this is the file the nova-scheduler uses. My nova.conf file joined. Regards, Ben Le 22/08/2012 16:37, Joseph Suh a écrit : Ben, As the error message suggests, it is

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Joseph Suh
Ben, It is possible to have the option specified in a code. Try grep -r on whole code. Thanks, Joseph - Original Message - From: Ben ben@gmail.com To: Joseph Suh j...@isi.edu Cc: openstack@lists.launchpad.net Sent: Wednesday, August 22, 2012 10:47:35 AM Subject: Re: [Openstack]

Re: [Openstack] ldaps support in keystone?

2012-08-22 Thread Adam Young
On 08/22/2012 09:38 AM, Yanping Xie wrote: Hi, all Could I ask if ldaps is supported in keystone? I do know that ldap is supported in keystone, but I couldn't find any information about ladps support in keystone via google nor openstack doc. Could anyone give some explicit information about

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Ben
# grep -R scheduler_host_manager /usr/lib/python2.7/dist-packages/nova /usr/lib/python2.7/dist-packages/nova/scheduler/driver.py: cfg.StrOpt('scheduler_host_manager', /usr/lib/python2.7/dist-packages/nova/scheduler/driver.py: FLAGS.scheduler_host_manager) Fichier binaire

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Vishvananda Ishaya
You have a circular import somewhere That is causing scheduler/driver.py to be imported twice. Vish On Aug 22, 2012, at 8:33 AM, Ben ben@gmail.com wrote: # grep -R scheduler_host_manager /usr/lib/python2.7/dist-packages/nova /usr/lib/python2.7/dist-packages/nova/scheduler/driver.py:

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-22 Thread Ben
Hum, ok but why ? I'm running essex out of the box packaged in Ubuntu 12.04. I didn't modify the code (except comment the raise line in cfg.py for this problem), but I did a lot of reinstall, modify configuration, drop nova db, etc. What would cause this circular import ? Can I tweak the code

[Openstack] Multi-Hypervisor Support

2012-08-22 Thread Michael J Fork
Looking at the Hypervisor section of the documentation, http://docs.openstack.org/trunk/openstack-compute/admin/content/selecting-a-hypervisor.html , it states You cannot configure more than one virtualization type on the compute nodes, so the hypervisor selection is for the entire

[Openstack] quantum-rootwrap

2012-08-22 Thread jrd
Hi Dan and ttx. I've posted what I sincerely hope is the last rev of changes for bug https://bugs.launchpad.net/quantum/+bug/1037815 I believe this addresses the last round of cleanups and questions, with the exception of amotoki's request for other agent support, eg L3. Since I don't have a

[Openstack] Changes to #openstack-meeting meetbot

2012-08-22 Thread James E. Blair
Hi, I've updated the meetbot that lives in #openstack-meeting to require a meeting name argument after #startmeeting. This meeting name will be used in the path to the meeting logs. In the future, if you are going to start (for example) the Nova team meeting, you should say: #startmeeting

Re: [Openstack] Multi-Hypervisor Support

2012-08-22 Thread Narayan Desai
We've managed to get things working by hardwiring the filtering scheduler to route instances to particular hosts that are running nova compute with different virtualization layers. (in our case, kvm and lxc for GPUs) -nld On Wed, Aug 22, 2012 at 12:34 PM, Michael J Fork mjf...@us.ibm.com wrote:

Re: [Openstack] VM can't ping self floating IP after a snapshot is taken

2012-08-22 Thread Sam Su
My friend has found a way to enable ping itself, when this problem happened. But not found why this happen. sudo echo 1 /sys/class/net/br1000/brif/virtual-interface-name/hairpin_mode I file a ticket to report this problem: https://bugs.launchpad.net/nova/+bug/1040255 hopefully someone can find

Re: [Openstack] VM can't ping self floating IP after a snapshot is taken

2012-08-22 Thread Oleg Gelbukh
Hello, Is it possible that, during snapshotting, libvirt just tears down virtual interface at some point, and then re-creates it, with hairpin_mode disabled again? This bugfix [https://bugs.launchpad.net/nova/+bug/933640] implies that fix works on spawn of instance. This means that upon resume

[Openstack] how to configure network on controller with 2 nics ?

2012-08-22 Thread Xin Zhao
Hello, I follow the instruction below to install openstack on RHEL6, but it only shows how to configure network with one NIC. Where can I find the doc about configuring openstack network with both public facing and private facing NICs, on RHEL6?

Re: [Openstack] Keyring support in openstack

2012-08-22 Thread Bhuvaneswaran A
On Mon, Jul 30, 2012 at 5:48 PM, Adam Young ayo...@redhat.com wrote: On 07/30/2012 06:00 PM, Doug Hellmann wrote: On Mon, Jul 30, 2012 at 5:30 PM, Adam Young ayo...@redhat.com wrote: On 07/30/2012 05:17 PM, Kevin L. Mitchell wrote: On Mon, 2012-07-30 at 13:50 -0700, Bhuvaneswaran A

Re: [Openstack] Keyring support in openstack

2012-08-22 Thread Bhuvaneswaran A
On Mon, Jul 30, 2012 at 2:30 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Mon, Jul 30, 2012 at 4:51 PM, Bhuvaneswaran A bhu...@apache.orgwrote: On Mon, Jul 30, 2012 at 7:46 AM, David Kranz david.kr...@qrclab.com wrote: I share Doug's concerns but would state some more strongly.

Re: [Openstack] Keyring support in openstack

2012-08-22 Thread Joshua Harlow
Sweet thx all :-) This is great and a step forward… https://blueprints.launchpad.net/openstack-common/+spec/pw-keyrings Now just to get it into those config files to use something similar (no passwords in those pweeease…) -Josh From: Bhuvaneswaran A bhu...@apache.orgmailto:bhu...@apache.org

[Openstack] Question on tests

2012-08-22 Thread Joshua Harlow
Hi all, I'm getting anvil to run tests and I was just wondering on a couple of tests I see there (the issues might be bugs?) I have had to exclude the following since they error (when say swift isn't there, or memcache/ldap isn't there), should those instead be skipping themselves when there

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-22 Thread Matt Joyce
Update on Horizon pt_BR Translated 234 32.28% Remaining 491 67.72% Reviewed 0 0.00% About a third of the way through now. On Tue, Aug 21, 2012 at 6:14 PM, Matt Joyce matt.jo...@cloudscaling.comwrote: I've already put a dent in the pt / pt_br translations for horizon. I'd love some

Re: [Openstack] Keyring support in openstack

2012-08-22 Thread Adam Young
On 08/22/2012 07:15 PM, Bhuvaneswaran A wrote: On Mon, Jul 30, 2012 at 5:48 PM, Adam Young ayo...@redhat.com mailto:ayo...@redhat.com wrote: On 07/30/2012 06:00 PM, Doug Hellmann wrote: On Mon, Jul 30, 2012 at 5:30 PM, Adam Young ayo...@redhat.com mailto:ayo...@redhat.com

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-22 Thread Marcelo Dieder
I'm Brazilian, and I'll help with the translation. Marcelo Dieder On 22-08-2012 22:38, Matt Joyce wrote: Update on Horizon pt_BR Translated 234 32.28% Remaining 491 67.72% Reviewed0 0.00% About a third of the way through now. On Tue, Aug 21, 2012 at

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-22 Thread Matt Joyce
Muito Brigado. =P I'm American and I could use the assistance. =P On Wed, Aug 22, 2012 at 6:48 PM, Marcelo Dieder mdie...@sinos.net wrote: I'm Brazilian, and I'll help with the translation. Marcelo Dieder On 22-08-2012 22:38, Matt Joyce wrote: Update on Horizon pt_BR Translated

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-22 Thread Elias Mussi
onde e como ? :P Em 22/08/2012, às 22:48, Marcelo Dieder mdie...@sinos.net escreveu: I'm Brazilian, and I'll help with the translation. Marcelo Dieder On 22-08-2012 22:38, Matt Joyce wrote: Update on Horizon pt_BR Translated 234 32.28% Remaining491 67.72%

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-22 Thread Marcelo Dieder
Here: https://www.transifex.com/projects/p/openstack/ Marcelo Dieder On 22-08-2012 23:21, Elias Mussi wrote: onde e como ? :P Em 22/08/2012, às 22:48, Marcelo Dieder mdie...@sinos.net mailto:mdie...@sinos.net escreveu: I'm Brazilian, and I'll help with the translation. Marcelo Dieder

[Openstack] [ceilometer] Metering meeting agenda for Thursday at 16:00 UTC (Aug 23rd, 2012)

2012-08-22 Thread Nick Barcet
Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. Agenda: http://wiki.openstack.org/Meetings/MeteringAgenda * Review last week's actions - jaypipes to

Re: [Openstack] Openstack Folsom - 3 Installation

2012-08-22 Thread Trinath Somanchi
Hi- Any inputs for understanding and resolving the issue... Kindly help me in this regard. -- Trinath On Wed, Aug 22, 2012 at 4:43 PM, Trinath Somanchi trinath.soman...@gmail.com wrote: Hi All- I'm installing Openstack Components of Folsom-3 milestone from the Tar files available from