[Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-11 Thread Jaromir Coufal
Hello Everybody! my name is Jarda (shortening from Jaromir) and I'm working on Horizon in a way of improvement the UX. Couple of weeks ago, there was set up community on Google+ to group UX related people to discuss designing issues. I think it was really great idea to start this effort and I

Re: [Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread raydzu
That's great Thank you Radek Od: "John Dickinson" Do: "Chmouel Boudjnah" ; Wysłane: 19:49 Wtorek 2013-06-11 Temat: Re: [Openstack] Folsom Keystone and Grizzly Swift > Ah, yes. Thanks Chmouel. My comments were specifically for the code in > python-keystoneclient, not the keystone server. So

[Openstack] Boot from Volume via Horizon?

2013-06-11 Thread Wolfgang Richter
Am I missing something or does Horizon as released with Grizzly not have an option for booting an instance from a volume? I am able to successfully do this with nova boot from the commandline. -- Wolf ___ Mailing list: https://launchpad.net/~openstack

[Openstack] OpenStack API versions and release content

2013-06-11 Thread Farhan Patwa
Hi all, I am just trying to understand the motivation behind creations API versions and how that ties in to a release content. As per listed documentation (http://docs.openstack.org/api/openstack-compute/2/content/Versions-d1e1193.html) "New Features and functionality that break API-compatibilit

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-11 Thread Bruno Oliveira ~lychinus
Alessandro, sure will :) What do I need to get started ? -- * * * ​​ Bruno Oliveira* Developer, Software Engineer +55 11 9-6193-3987 skype: brunnop.oliveira brunnop.olive...@gmail.com

Re: [Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread John Dickinson
Ah, yes. Thanks Chmouel. My comments were specifically for the code in python-keystoneclient, not the keystone server. Sorry for the lack of clarity. --John On Jun 11, 2013, at 10:37 AM, Chmouel Boudjnah wrote: > python-keystoneclient latest should be release independent and should > be com

Re: [Openstack] [HyperV][xen] Porting Windows disk_image from xen to HyperV

2013-06-11 Thread Alessandro Pilotti
Hi Bruno, During the first boot after sysprep, Windows disinstalls and reinstall drivers based on PNP, but this is unfortunately having issues on XenServer/XCP so our Cloudbase-Init unattend.xml used during sysprep avoids removing the drivers on boot. We still have to test a XenServer/XCP imag

Re: [Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread Chmouel Boudjnah
python-keystoneclient latest should be release independent and should be compatible with folsom and have the fix you need for caching (the cache=swift.cache parameter to have in auth_token). You will need a recent version of swift tho to get everything working well. On Tue, Jun 11, 2013 at 4:39 P

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-11 Thread Peter Cheung
I would love to test the ceilometer on KVM From: apilo...@cloudbasesolutions.com To: brunnop.olive...@gmail.com Date: Tue, 11 Jun 2013 17:28:27 + CC: openstack@lists.launchpad.net Subject: Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-11 Thread Alessandro Pilotti
Hi Bruno, We just started implementing the Ceilometer Hyper-V inspector for the compute agent (see hyper-v-agent blueprint). Let me know if you'd like to help in testing it. :-) Thanks, Alessandro On Jun 6, 2013, at 00:40 , Bruno Oliveira mailto:brunnop.olive...@gmail.com>> wrote: Dear S

Re: [Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread John Dickinson
Yes it will "work", but I would not recommend it for production systems. There were some changes in Keystone during the Grizzly release that are pretty much required for Keystone to be usable with Swift (specifically around Keystone's ability to support token caching). My recommendation would b

Re: [Openstack] Finding version 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.4 of nova-compute, etc for 12.04

2013-06-11 Thread Curtis
On Tue, Jun 11, 2013 at 3:35 AM, Daviey Walker wrote: > On 10 June 2013 21:25, Curtis wrote: > > Hi, > > > > I want to install nova-compute and python-nova but the older version: > > > > 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.4 > > > Try getting it from here: > https://launchpad.net/~ubuntu

[Openstack] Nova evacuate + OpenStack Folsom

2013-06-11 Thread Alexandre De Carvalho
Hi ! I use OpenStack Folsom and i would like to perform an instance evacuation from down host to specified host. I saw the function "nova evacuate" for OpenStack Grizzly but i don't find the same function for OpenStack Folsom ! How can i resolve my problem ? Thanks ! -- regards, Alexandre ___

Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-06-11 Thread Alessandro Pilotti
Hi Bruno, Here are the general troubleshooting steps that we follow when hunting networking issues, assuming that the Quantum configuration is correct: 1) If using VLANs, make sure that the Windows network drivers you are using are not blocking VLAN traffic on the Hyper-V node. Here's a basic

Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-06-11 Thread Bruno Oliveira ~lychinus
Guys, Any thoughts on this? Like I said, we're not sure if we, either, are doing too much unnecessary things stuff (or just working around it) or if there's a right (and hopefully simpler) way to do it. Any comments or suggestions on this will be very welcome. Thank you. -- On Fri, Jun 7, 20

[Openstack] kvm performance monitoring for one single VM

2013-06-11 Thread Peter Cheung
Dear AllMy name is Peter, i am working on a open source project called "Pandora". It is a new admin console for openstack. http://peter.kingofcoders.com/?p=663How to do performance monitor for single VM? For public cloud billing system, i need to know information about CPU/memory/IO

Re: [Openstack] Finding version 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.4 of nova-compute, etc for 12.04

2013-06-11 Thread Daviey Walker
On 10 June 2013 21:25, Curtis wrote: > Hi, > > I want to install nova-compute and python-nova but the older version: > > 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.4 Try getting it from here: https://launchpad.net/~ubuntu-security/+archive/ppa/+build/4384402 Annoyingly it's not apt-get install

[Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread raydzu
Good morning, I have really simple and stupid question but I just want to confirm my assumptions Do you expect any possible problems if I will use Folsom release of Keystone with Grizzly release of Swift ? I believe that there shouldn't be any as swift in both versions using the same protocol ,