[Openstack] instance snapshotting failed. now in permanent Image_Snapshot state.

2012-06-13 Thread Christian Parpart
Hey all, I feel really sorry to bother you about that, but it really annoys me now for quite a while now. I used snapshotting quite a few times already - in success - but this time (maybe due to my HA tries on the cloud controller node) the snapshotting failed. I clicked snapshot via dashboard,

Re: [Openstack] Configuring Openstack (Essex) to use existing Dynamic DNS servers

2012-06-13 Thread Marton Kiss
You could check griddynamic's nova-dns project. It works with powerdns, but dns backend is implemented as a plugin, so you can easily integrate your own dns app. Regards, Márton Kiss, CTO Xemeti On Jun 13, 2012 3:43 AM, Mitchell Broome mitchell.bro...@gmail.com wrote: I didn't find anything

Re: [Openstack] [OpenStack][Nova]Start and Stop vm instances

2012-06-13 Thread ??????
Mandar, Thank you for reply. While,there are still some questions bothered me. It`s a fact that shutdown/stop operations are not separated for libvirt_type=kvm,while, we can shutdown/stop instances of kvm type using libvirt command: virsh shutdown/destroy vm id or vm name

Re: [Openstack] Intermittent devstack-gate failures

2012-06-13 Thread Thierry Carrez
James E. Blair wrote: It looks like there are intermittent, but frequent, failures in the devstack-gate. This suggests a non-deterministic bug has crept into some piece of OpenStack software. Filed: https://bugs.launchpad.net/nova/+bug/1012595 to track this issue, set to Critical. Please

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

2012-06-13 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 * dhellmann: submit plugin branch for review and merging * dhellmann

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Nick Barcet
On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun 12, 2012 at 11:05 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.com wrote: I am working on bug 1006120, adding metadata to the instance-related

Re: [Openstack] [keystone] v3 API draft (update and questions to the community)

2012-06-13 Thread Christopher B Ferris
+1 Ideally I'd like to see an OpenStack API feature contract of some sort... essentially a document describing the FULL list of features, how those parameters are controlled and how they would interact, and what a project should do if they do not implement an API feature (hopefully only for

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Doug Hellmann
On Wed, Jun 13, 2012 at 6:56 AM, Nick Barcet nick.bar...@canonical.comwrote: On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun 12, 2012 at 11:05 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.com

Re: [Openstack] [OpenStack][Horizon] Can't list swift containers

2012-06-13 Thread John Giannelos
The output of the bash script is the following: http://pastebin.com/jdqTDFpQ In the apache logs (after enabling debugging in dashboard's local_settings.py) it shows the following errors: http://pastebin.com/aNrTEqmD Thanks in advance ___ Mailing

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Nick Barcet
On 06/13/2012 01:55 PM, Doug Hellmann wrote: On Wed, Jun 13, 2012 at 6:56 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Sean Dague
On 06/12/2012 05:53 PM, Dan Prince wrote: snip Here's my current suggested path forward, which I'd like comments on: * keep the existing nova.utils deprecation functions (don't remove them) My take is why keep a 200-300 line set of functions and tests (a small framework) to log messages

Re: [Openstack] instance snapshotting failed. now in permanent Image_Snapshot state.

2012-06-13 Thread Jay Pipes
On 06/13/2012 02:41 AM, Christian Parpart wrote: Hey all, I feel really sorry to bother you about that, but it really annoys me now for quite a while now. I used snapshotting quite a few times already - in success - but this time (maybe due to my HA tries on the cloud controller node) the

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Kevin L. Mitchell
On Tue, 2012-06-12 at 15:50 -0400, Sean Dague wrote: Here's my current suggested path forward, which I'd like comments on: * keep the existing nova.utils deprecation functions (don't remove them) As the author of nova.utils.deprecated, I approve :) * add the fatal config option, and

Re: [Openstack] [Swift] swift.common.client and swift CLI has moved to its own project python-swiftclient

2012-06-13 Thread Juan J. Martinez
On 13/06/12 15:42, Dan Prince wrote: Okay. It looks like Swift also still depends on swiftclient. Long term it would be nice if we could build and unit test swift without relying on the swiftclient package. Could we: I can't see the reason for that, swiftlclient is a dependency of swift (as

Re: [Openstack] List of glance image metadata tags used by nova ?

2012-06-13 Thread Brian Waldon
There hasn't been much process around choosing what metadata keys to use from Nova, and the best way to figure out what we do use is to trace through the code. Doing that, I found instance_uuid, user_id, image_type, backup_type, kernel_id, ramdisk_id, architecture, mappings,

Re: [Openstack] [Swift] swift.common.client and swift CLI has moved to its own project python-swiftclient

2012-06-13 Thread Monty Taylor
On 06/13/2012 10:58 AM, Juan J. Martinez wrote: On 13/06/12 15:42, Dan Prince wrote: Okay. It looks like Swift also still depends on swiftclient. Long term it would be nice if we could build and unit test swift without relying on the swiftclient package. Could we: I can't see the

Re: [Openstack] request and transaction IDs across all projects

2012-06-13 Thread Gabe Westmaas
On 6/12/12 12:32 PM, Jay Pipes jaypi...@gmail.com wrote: On 06/12/2012 01:27 AM, Gabe Westmaas wrote: In nova we use a request ID to to help in finding all logs associated with a particular request, and this has proven to be extremely useful when debugging issues. This should be taken a bit

Re: [Openstack] request and transaction IDs across all projects

2012-06-13 Thread Jay Pipes
On 06/13/2012 01:21 PM, Gabe Westmaas wrote: On 6/12/12 12:32 PM, Jay Pipesjaypi...@gmail.com wrote: On 06/12/2012 01:27 AM, Gabe Westmaas wrote: In nova we use a request ID to to help in finding all logs associated with a particular request, and this has proven to be extremely useful when

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Mark Washenberger
Sean Dague sda...@linux.vnet.ibm.com said: On 06/12/2012 05:53 PM, Dan Prince wrote: snip Here's my current suggested path forward, which I'd like comments on: * keep the existing nova.utils deprecation functions (don't remove them) My take is why keep a 200-300 line set of

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Sean Dague
On 06/13/2012 01:35 PM, Mark Washenberger wrote: snip So up until this point OpenStack has been a pretty much a rip and replace model. You want to go from Diablo to Essex, shut everything down, upgrade, bring back up. When I went to change this parameter originally, the review comments included

Re: [Openstack] dhcp is not leasing an ip address in vlan mode

2012-06-13 Thread Vijay
I tried running nova-api-metadata. Still, in the console output of the instance, I see connection time out error when doing wget on http://169.254.169.254.../instance-id   In nova.conf on compute only node, I added my_ip=compute node host. Is there any other configuration changes do I need to

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Dan Prince
- Original Message - From: Sean Dague sda...@linux.vnet.ibm.com To: openstack@lists.launchpad.net Sent: Wednesday, June 13, 2012 3:07:54 PM Subject: Re: [Openstack] The right way to deprecate things in nova? On 06/13/2012 01:35 PM, Mark Washenberger wrote: snip So up until this

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Caitlin Bestler
Doug Hellmann wrote: There are a couple of other alternatives: 1. We could move notification handling into its own daemon to get it out of the collector. This new daemon would still run on a central service, and would need to be set up to support load balancing just as the collector is now.

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Gabriel Hurley
It generally sounds like you've done the right things... the only thing I can think of offhand might be that if you're running Django through a webserver like Apache, nginx, or gunicorn you'll need to restart your webserver to see the changes take effect. Some information on what version of

Re: [Openstack] [keystone] v3 API draft (update and questions to the community)

2012-06-13 Thread Gabriel Hurley
I'd love to review it when you're ready for review, or collaborate on it prior to a public offering. My laundry-list of features that an ideal API would contain is ever-growing, though I do try to temper it with reality. We should compare notes sometime. All the best, - Gabriel

Re: [Openstack] [Swift] swift.common.client and swift CLI has moved to its own project python-swiftclient

2012-06-13 Thread Gabriel Hurley
Big +1 to getting our client release process nailed down! That'll be huge in terms of managing those dependencies. :-) - Gabriel -Original Message- From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net [mailto:openstack-

[Openstack] gerrit reviews change?

2012-06-13 Thread Kevin L. Mitchell
For the past few days, I have noticed that I no longer get emails when new changes are pushed, when changes I've commented on have new patch sets pushed, or when changes I've commented on are finally merged. I do receive emails when comments are made on changes I've commented on, but the other

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Ke Wu
Check if there is a .mo file accordingly to the .po file in horizon/local/zh_CN/LC_MESSAGES/. If not you may need to run compilemessages command to compile the message file. -K On Jun 13, 2012, at 3:47 AM, yuanke wei wrote: hi, the problem is as follows: I changed some translation in

Re: [Openstack] gerrit reviews change?

2012-06-13 Thread Joe Gordon
I was wondering the same thing... On Wed, Jun 13, 2012 at 3:11 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: For the past few days, I have noticed that I no longer get emails when new changes are pushed, when changes I've commented on have new patch sets pushed, or when changes

Re: [Openstack] gerrit reviews change?

2012-06-13 Thread David Shrewsbury
On Wed, Jun 13, 2012 at 6:11 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: For the past few days, I have noticed that I no longer get emails when new changes are pushed, when changes I've commented on have new patch sets pushed, or when changes I've commented on are finally

[Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread yuanke wei
hi, can anyone show me how to change the LANGUAGE_CODE configuration in horizon??? I changed LANGUAGE_CODE configuration to ja in horizon/openstack_dashboard/settings.py, and also restarted apache web server, but in the template file, such as horizon/templates/horizon/auth/_login.html, the

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Hua ZZ Zhang
Hi Yuan Ke, you can try to restart Apache server to reload the new compiled file by command: sudo service apache2 restart Best Regards, Edward Zhang(张华)地址:北京市海淀区东北旺西路8号 中关村 Staff Software

Re: [Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread Hua ZZ Zhang
Yuan Ke, you can set the language in settings on the top right of the dashboard. It seems that the horizon won't be able to save your language preference into config file. So you have to set it again when you login. Best Regards,

Re: [Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread yuanke wei
thanks for reply. Yuan Ke, you can set the language in settings on the top right of the dashboard. It seems that the horizon won't be able to save your language preference into config file. So you have to set it again when you login. I also noticed that. so what I want to do is to change the

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread yuanke wei
hi zhang hua, thanks for reply. yes , the problem has been solved by restarting the apache server. - 韦远科 wei yuanke(wei) gtalk: weiyuanke...@gmail.com msn: weiyuanke...@hotmail.com On Thu, Jun 14, 2012 at 10:34 AM, Hua ZZ Zhang

Re: [Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread Hua ZZ Zhang
I tested it on my machine and works for me. you need to check your language preference in your web browser(I tested it on Firefox). It seems that Django will also make use of the Request Header of languge to decide the client default language settings. It might be a kind of design which doesn't

Re: [Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread yuanke wei
thanks very much, that solved my problem. I tested it on my machine and works for me. you need to check your language preference in your web browser(I tested it on Firefox). It seems that Django will also make use of the Request Header of languge to decide the client default language settings. It

Re: [Openstack] change LANGUAGE_CODE config in horizon

2012-06-13 Thread Hua ZZ Zhang
Yuan ke, Great! there're something to clarify here, I guess. If it is wrong, correct me. :-) yes, it has something to do with the language preference of the web browser. after I changed to IE, the configuration for LANGUAGE_CODE in settings.py takes effects. This configuration of