Re: [Openstack] Very Simple step-by-step Openstack Havana/Neutron/Openvswitch Installation guide

2014-01-13 Thread Andreas Jaeger
On 01/09/2014 11:03 AM, Marco Fornaro wrote: Hi All, I wrote an unofficial as-easy-as-possible and step-by-step Installation guide for Openstack Havana+Neutron+Openvswitch: https://github.com/fornyx/OpenStack-Havana-Install-Guide/blob/master/OpenStack-Havana-Install-Guide.rst

Re: [Openstack] [Swift] Proxy server bottleneck

2014-01-13 Thread Kuo Hugo
Hi Shrinand, The concurrency bottleneck of Swift cluster could be various. Here's a list : - Settings of each workers, workers count, max_clients, threads_per_disk. - Proxy CPU bound - Storage nodes CPU bound - Total Disk IO capacity (includes available memory for xfs caching)

Re: [Openstack] Help with XenServer as Compute Node

2014-01-13 Thread Mate Lakat
Hi Xi, Do you have some logs available? The log messages would help a lot in findinf the issue. Look at how devstack works, that's always a good starting point. https://github.com/openstack-dev/devstack/tree/master/tools/xen For me, it seems, that xenapi_connection_url does not contain the

Re: [Openstack] Neutron metadata agent

2014-01-13 Thread Mārtiņš Jakubovičs
Hello, Yes I set up that as is describet in documentation. But I found issue, that I didn't enable this settings: In /etc/neutron/dhcp_agent.ini: enable_isolated_metadata = True enable_metadata_network = True I realy don't understand option enable_isolated_metadata, in comment section is

Re: [Openstack] [metering][ceilometer] instance uptime meter in Ceilometer?

2014-01-13 Thread Julien Danjou
On Mon, Jan 13 2014, Shengjie Min wrote: In Ceilometer, is there a type of meter allows me to charge users based on the uptime of the instances they have instead of cpu, memory utilisation? Not directly unfortunately. The information indicating if the VM is on or off is included in metadata as

Re: [Openstack] CentOS Network Create problem

2014-01-13 Thread Thanassis Parathyras
Hi George, there a lot of deployment options for OpenStack and Networking services. First i need to clarify that OpenStack can be run in many different ways. That is running OpenStack services in different machines according to someone's needs. This means that controller and compute nodes can

Re: [Openstack] Very Simple step-by-step Openstack Havana/Neutron/Openvswitch Installation guide

2014-01-13 Thread Balamurugan V G
Given that ML2 plugin is the way forward and OVS plugin is being deprecated in Havana, it would be nice if the official docs included the ML2 configuration instructions. I cant find anything about ML2 at http://docs.openstack.org/havana/install-guide/install/apt/content/index.html . Regards, Balu

Re: [Openstack] [Openstack-docs] Very Simple step-by-step Openstack Havana/Neutron/Openvswitch Installation guide

2014-01-13 Thread Andriy Yurchuk
Hi Marco, Thanks for your great work! I have one question though. Could you please explain why are you using another method of adding the havana Ubuntu packages than the official guide? In the official guide they do apt-get install python-software-properties and then add-apt-repository

[Openstack] Apparmor profile for dnsmasq

2014-01-13 Thread Joni Lee
Hi all, would you please share a valid Apparmor profile for dnsmasq (Ubuntu), if you have one, or a good reference about this topic in openStack? I tried to use the default profile provided by Canonical, but it still complains with some DENIED on Neutron node (Grizzly 2013.1.2), for examples:

Re: [Openstack] [Neutron] setup metadata proxy in Havana

2014-01-13 Thread Darragh O'Reilly
Hi Jon, the RST is probably because the curl request was to port 8775. Can you try again to port 80 and also use -n with tcpdump.  I was able to get metadata from the DHCP namespace proxy on a provider network with an external router working by pushing out a static route to 169.154.169.254

[Openstack] [OSSA 2014-001] Nova live snapshots use an insecure local directory (CVE-2013-7048)

2014-01-13 Thread Thierry Carrez
OpenStack Security Advisory: 2014-001 CVE: CVE-2013-7048 Date: January 13, 2013 Title: Nova live snapshots use an insecure local directory Reporter: Daniel Berrange (Red Hat) Products: Nova Affects: Grizzly and later Description: Daniel Berrange from Red Hat reported that the directories used to

[Openstack] OpenStack India Meetup Event @ Hyderabad - Feb 22, 2014.

2014-01-13 Thread Balaji Patnala
Hi Stackers, We are hosting OpenStack Meetup Event at our Office in Hyderabad. Please find below URL for Event details and RSVP. http://www.meetup.com/Indian-OpenStack-User-Group/events/160120142/ Also keep looking for the updates on Schedule of the event. Regars, Balaji.P

Re: [Openstack] [Neutron] setup metadata proxy in Havana

2014-01-13 Thread Jonathan Proulx
On Mon, Jan 13, 2014 at 8:05 AM, Darragh O'Reilly dara2002-openst...@yahoo.com wrote: Hi Jon, the RST is probably because the curl request was to port 8775. Can you try again to port 80 and also use -n with tcpdump. Thanks for the extra eyes on that one, been a long weekend and not so much

Re: [Openstack] [Neutron] LBaaS not working after Grizzly - Havana update (DB error)

2014-01-13 Thread Eugene Nikanorov
Hi Jonathan, It really looks as migration issue. I wonder how did you perform the migration. Devstack usually runs migration during the setup and everything works fine with the current code. Could you provide more details about how you run the migration. Thanks, Eugene. On Mon, Jan 13, 2014

Re: [Openstack] [Neutron] setup metadata proxy in Havana

2014-01-13 Thread Darragh O'Reilly
On Monday, 13 January 2014, 13:34, Jonathan Proulx j...@jonproulx.com wrote: On Mon, Jan 13, 2014 at 8:05 AM, Darragh O'Reilly dara2002-openst...@yahoo.com wrote: Hi Jon, the RST is probably because the curl request was to port 8775. Can you try again to port 80 and also use -n with

Re: [Openstack] Unable curl 169.254.169.254 from my VM (using neutron)

2014-01-13 Thread Brian Haley
Putting the ML back on the thread... On 01/12/2014 07:20 AM, Rafael Gomes wrote: Hum ok. I understand. So it's normally that when I run a curl 169.254.169.254 or 169.254.169.254:8775 from my VM I won't obtain answer? I ask this because right now when I execute the curl I don't have a

Re: [Openstack] [Openstack-docs] Very Simple step-by-step Openstack Havana/Neutron/Openvswitch Installation guide

2014-01-13 Thread Andreas Jaeger
On 01/13/2014 11:52 AM, Balamurugan V G wrote: Given that ML2 plugin is the way forward and OVS plugin is being deprecated in Havana, it would be nice if the official docs included the ML2 configuration instructions. I cant find anything about ML2 at

Re: [Openstack] [Neutron] LBaaS not working after Grizzly - Havana update (DB error)

2014-01-13 Thread Jonathan Proulx
Hi Eugene, I did have an upgrade issue on my end that could well have impacted the DB migration. Just after upgrade and when the Ubuntu packed migration scripts ran the database connection in neutron.conf pointed to a local sqllite location. So first thing I did was correct that to point at the

[Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Sean Dague
This is a thread on the openstack-dev list, but Russell wisely thought we should get broader openstack community input. Now is the time for opinions. Please be civil, but please express them, because it will impact the decision in Nova v3 in icehouse. Original Message Subject:

Re: [Openstack] [Swift] Proxy server bottleneck

2014-01-13 Thread Clay Gerrard
It's not synchronous, each request/eventlet co-rotine will yield/trampoline back to the reactor/hub on every socket operation that raises EWOULDBLOCK. In cases where there's a tight long running read/write loop you'll normally find a call to eventlet.sleep (or in at least one case a queue) to

Re: [Openstack] [neutron][ML2]Question about VM migration with ML2 plugin

2014-01-13 Thread Kyle Mestery
On Jan 12, 2014, at 8:29 AM, Zhuang Yuxin yuxin.zhu...@gmail.com wrote: Dear all, With ML2 plugin, multiple mechanism drivers can be used simultaneously. Each mech driver may require different vif type implementation, e.g. tap device as backend or sriov VF passthru. If I take it correct,

Re: [Openstack] [metering][ceilometer] instance uptime meter in Ceilometer?

2014-01-13 Thread Sandy Walsh
On 01/12/2014 10:03 PM, Shengjie Min wrote: Hey guys, In Ceilometer, is there a type of meter allows me to charge users based on the uptime of the instances they have instead of cpu, memory utilisation? All the best, Shengjie You may want to look at StackTach. It collects

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread 郭龙仓
approve. 2014年1月13日 下午11:39于 Sean Dague s...@dague.net写道: This is a thread on the openstack-dev list, but Russell wisely thought we should get broader openstack community input. Now is the time for opinions. Please be civil, but please express them, because it will impact the decision in

Re: [Openstack] per-user quota keystone user database is LDAP based ?

2014-01-13 Thread Jacques LANDRU
Thnak you Adam for this answer. Another easier (better?) approach would be to have one tenant per user, setting default instances quota for all tenant to 1 (using quota-defaults nova command). As users and tenants can be managed by LDAP in Havana, binding default tenant to his own tenant for

Re: [Openstack] [Neutron] setup metadata proxy in Havana

2014-01-13 Thread Jonathan Proulx
Win... This is an Ubuntu packaging bug. Most of the quantum pieces are still installed and at least the metadata-agent is actually still running and bound to the port I want. # dpkg --get-selections | grep quantum python-quantuminstall python-quantumclient

Re: [Openstack] [Swift] Proxy server bottleneck

2014-01-13 Thread Pete Zaitcev
On Fri, 10 Jan 2014 15:25:02 -0800 Shrinand Javadekar shrin...@maginatics.com wrote: I see that the proxy-server already has a workers config option. However, looks like that is the # of threads in one proxy-server process. Not so. Workers are separate Linux processes. Look at os.fork() in

Re: [Openstack] Designate DNSaaS installation issue

2014-01-13 Thread Mac Innes, Kiall
Hi Nick, Several fixes to the migrations for PostgreSQL have now merged, and we've setup some automated tests to verify the migrations continue to function on SQLite / MySQL / PostgreSQL.. So - Hopefully that's the end of PostgreSQL issues :) Thanks, Kiall On Sun, 2014-01-12 at 08:26 +0200,

Re: [Openstack] [Neutron] LBaaS not working after Grizzly - Havana update (DB error)

2014-01-13 Thread Jonathan Proulx
I went a head and created the colum it was complaining about , no doubt this will come back to haunt me: mysql ALTER TABLE pools ADD COLUMN status_description varchar(255) DEFAULT NULL AFTER status; but at least neutron-server will run with the lbaas agent enabled while I try and figure out why

[Openstack] [Horizon and Nova] Inclusion of exception message to UI error

2014-01-13 Thread Musso, Veronica A
Hi! Due this bug: https://bugs.launchpad.net/horizon/+bug/1210540 and its fix proposal: https://review.openstack.org/#/c/62026, I would like to discuss the inclusion of Nova's exception messages in the Horizon's dashboard. nova/compute/api.py functions throws exceptions with a translatable

[Openstack] [nova] Launch image instance error

2014-01-13 Thread Mark Vlcek (mavlcek)
Hi All, I'm attempting to launch an instance of an image via the dashboard but I keep getting this error: Failed to launch instance cfntools-demo-test: Please try again later [Error: Remote error: ProcessExecutionError Unexpected error while running command. Command: sudo nova-rootwrap

Re: [Openstack] [Horizon and Nova] Inclusion of exception message to UI error

2014-01-13 Thread Gabriel Hurley
The reason the architecture is the way it is in Horizon right now is because historically most projects have sent messages that are either raw tracebacks (not appropriate for a popup error display at all), extremely detailed/technical reports containing multiple resource IDs that are not

[Openstack] [nova] No valid host found

2014-01-13 Thread Mark Vlcek (mavlcek)
Hi everyone, Whenever I try to launch an image instance beyond 'micro' (anything that has more than 0 GB disk space) I get the no valid host found error, even though my disk has 100+ GB of space, even displayed in the dashboard. The error in the nova scheduler says Flavor's disk is too small

Re: [Openstack] [Swift] Proxy server bottleneck

2014-01-13 Thread Shrinand Javadekar
Thanks Hugo, Clay and Pete. I asked this question based on some limited knowledge I had about Swift and while trying to understand more based on the source code. I'll try and run some more experiments and revert back with questions if any. The general system tuning guidelines definitely seem

Re: [Openstack] [metering][ceilometer] instance uptime meter in Ceilometer?

2014-01-13 Thread Shengjie Min
Not directly unfortunately. The information indicating if the VM is on or off is included in metadata as part of the state or vm_state field, and you can filter on it. However, computing the duration based on this state over a period of time is trickier and not supported yet. @Julien, long time

Re: [Openstack] Havana Installtion error

2014-01-13 Thread Li, Leon (E-Lab)
Pax, How did you fix the dependency issues? I have same issue. Leon From: Pax Mridhul [mailto:mrid...@live.com] Sent: 2013年11月16日 16:01 To: openstack@lists.openstack.org Subject: [Openstack] Havana Installtion error Hello Friends, I’m trying to install Havana on my servers and seeing the

[openstack-dev] [OpenStack][Nova][Cold Migration] What about enable cold migration with taraget host

2014-01-13 Thread Jay Lau
Greetings, Now cold migration do not support migrate a VM instance with target host, what about add this feature to enable cold migration with a target host? I encounter this issue is because I was creating a HA service and the service will monitor if there are some hosts failure, and the HA

Re: [openstack-dev] [nova] [qa] api schema validation pattern changes

2014-01-13 Thread Ken'ichi Ohmichi
Hi David, 2014/1/13 David Kranz dkr...@redhat.com: On 01/12/2014 10:14 PM, Matthew Treinish wrote: snip Last, is a question, is it possible to currently run the full API an build a json schema for it all? Or to query these validating schemas? We *really* want that over in tempest, so we

Re: [openstack-dev] [wsme] Undefined attributes in WSME

2014-01-13 Thread Ken'ichi Ohmichi
Hi Doug, 2014/1/11 Doug Hellmann doug.hellm...@dreamhost.com: On Thu, Jan 9, 2014 at 12:02 AM, Jamie Lennox jamielen...@redhat.com wrote: Is there any way to have WSME pass through arbitrary attributes to the created object? There is nothing that i can see in the documentation or code that

Re: [openstack-dev] [nova] [qa] api schema validation pattern changes

2014-01-13 Thread Koderer, Marc
Von: David Kranz [mailto:dkr...@redhat.com] Gesendet: Montag, 13. Januar 2014 05:04 An: openstack-dev@lists.openstack.org Betreff: Re: [openstack-dev] [nova] [qa] api schema validation pattern changes On 01/12/2014 10:14 PM, Matthew Treinish wrote: snip Last, is a question, is it

[openstack-dev] [climate][cafe] Climate and Café teams meeting

2014-01-13 Thread Nikolay Starodubtsev
Hi, all! Guys, both our teams (Climate and Cafe) want to make a cross-team meeting to discuss our future plans. If you want to participate please tip us with good time for you. Useful links: * Climate https://launchpad.net/climate * Cafe https://wiki.openstack.org/wiki/Cafe Nikolay

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Dina Belova
Guys, that's true :) Is it possible to update keystone client package in pypi? Thank you! Dina On Fri, Dec 27, 2013 at 1:24 PM, Nikolay Starodubtsev nstarodubt...@mirantis.com wrote: Hi all, Guys, I want to say that keystoneclient package on pypi is too old. For example it hadn't Client

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Sylvain Bauza
Le 27/12/2013 10:24, Nikolay Starodubtsev a écrit : Hi all, Guys, I want to say that keystoneclient package on pypi is too old. For example it hadn't Client func in keystoneclient/client.py. May be someone can help me with this? Speaking of python-keystoneclient, the latest release is

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2014-01-13 Thread Irena Berezovsky
Hi, After having a lot of discussions both on IRC and mailing list, I would like to suggest to define basic use cases for PCI pass-through network support with agreed list of limitations and assumptions and implement it. By doing this Proof of Concept we will be able to deliver basic PCI

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jaromir Coufal
Hi Jeff, many thanks for great feedback. Few comments are inline: On 2014/10/01 16:16, Walls, Jeffrey Joel (Cloud OS RD) wrote: Jarda, I love how this is progressing. It will be very nice once it's implemented! The iconography seems to be inconsistent. The ! triangle is used for error

Re: [openstack-dev] [storyboard] Storyboard sprint around FOSDEM

2014-01-13 Thread Thierry Carrez
Thierry Carrez wrote: In case you're not familiar with it, Storyboard[1] is a cross-project task tracking tool that we are building to replace our usage of Launchpad bugs blueprints. We plan to have a 2-day sprint just before FOSDEM in Brussels to make the few design and architectural hard

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jaromir Coufal
Hi Jay, thanks for your questions, they are great. I am going to answer inline: On 2014/10/01 17:18, Jay Dobies wrote: Thanks for recording this. A few questions: - I'm guessing the capacity metrics will come from Ceilometer. Will Ceilometer provide the averages for the role or is that

Re: [openstack-dev] [Neutron] Partially Shared Networks

2014-01-13 Thread Mathieu Rohon
Hi, This is something that we potentially could implement during the implementation of the isolated-network bp [1] Basically, on an isolated network, an ARP responder will respond to ARP request. For an L2 network which is totally isolated, ARP responder will only respond to arp-request of the

Re: [openstack-dev] [Neutron] Partially Shared Networks

2014-01-13 Thread Stephen Gran
Hi, I don't think that's what's being asked for. Just that there be more than the current check for '(isowner of network) or (shared)' If the data point could be 'enabled for network' for a given tenant, that would be more flexible. Cheers, On 13/01/14 10:06, Mathieu Rohon wrote: Hi,

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jaromir Coufal
On 2014/10/01 19:02, Dougal Matthews wrote: Hi, Thanks for the wireframes and the walkthrough. Very useful. I've a few comments. - I'd like to echo the comments from the recording about Role I think the term probably isn't specific enough but I don't have a great suggestion. However, this is

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jaromir Coufal
On 2014/10/01 21:17, Jay Dobies wrote: Another question: - A Role (sounds like we're moving away from that so I'll call it Resource Category) can have multiple Node Profiles defined (assuming I'm interpretting the + and the tabs in the Create a Role wireframe correctly). But I don't see

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Ladislav Smola
Hello, some answers below: On 01/10/2014 05:18 PM, Jay Dobies wrote: Thanks for recording this. A few questions: - I'm guessing the capacity metrics will come from Ceilometer. Will Ceilometer provide the averages for the role or is that calculated by Tuskar? Definitely Ceilometer, though

Re: [openstack-dev] [tempest] testr duplicate test id detected

2014-01-13 Thread Bhuvan Arumugam
On Mon, Jan 13, 2014 at 12:04 PM, Robert Collins robe...@robertcollins.netwrote: On 13 Jan 2014 12:15, Bhuvan Arumugam bhu...@apache.org wrote: It behave differently when I list tempest tests. All tests are listed in single line with unicode characters. The command exit with non-zero exit

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2014-01-13 Thread Ian Wells
Irena, have a word with Bob (rkukura on IRC, East coast), he was talking about what would be needed already and should be able to help you. Conveniently he's also core. ;) -- Ian. On 12 January 2014 22:12, Irena Berezovsky ire...@mellanox.com wrote: Hi John, Thank you for taking an

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Ladislav Smola
Hi, some answers inline: On 01/13/2014 10:47 AM, Jaromir Coufal wrote: Hi Jay, thanks for your questions, they are great. I am going to answer inline: On 2014/10/01 17:18, Jay Dobies wrote: Thanks for recording this. A few questions: - I'm guessing the capacity metrics will come from

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Dougal Matthews
On 13/01/14 10:37, Jaromir Coufal wrote: So what we can do at the moment (until there is some way to specify which node to remove) is to inform user, which nodes were removed in the end... at least. Sounds like a good compromise for now. I think we probably then need feedback from

Re: [openstack-dev] [oslo] Common SSH

2014-01-13 Thread Bhuvan Arumugam
On Fri, Jan 10, 2014 at 11:24 PM, Sergey Skripnick sskripn...@mirantis.comwrote: I appreciate that we want to fix the ssh client. I'm not certain that writing our own is the best answer. I was supposed to fix oslo.processutils.ssh with this class, but it may be fixed without it, not big

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Thierry Carrez
Sylvain Bauza wrote: Le 27/12/2013 10:24, Nikolay Starodubtsev a écrit : Hi all, Guys, I want to say that keystoneclient package on pypi is too old. For example it hadn't Client func in keystoneclient/client.py. May be someone can help me with this? Speaking of python-keystoneclient, the

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2014-01-13 Thread Irena Berezovsky
Ian, It's great news. Thank you for bringing Bob's attention to this effort. I'll look for Bob on IRC to get the details. And of course, core support raises our chances to make PCI pass-through networking into icehouse. BR, Irena From: Ian Wells [mailto:ijw.ubu...@cack.org.uk] Sent: Monday,

Re: [openstack-dev] [infra] javascript templating library choice for status pages

2014-01-13 Thread Sean Dague
On 01/12/2014 09:56 PM, Michael Krotscheck wrote: If all you're looking for is a javascript-based in-browser templating system, then handlebars is a fine choice. I'm not certain on how complex status.html/status.js is, however if you expect it to grow to something more like an application then

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Sylvain Bauza
Le 13/01/2014 13:49, Thierry Carrez a écrit : Sylvain Bauza wrote: Le 27/12/2013 10:24, Nikolay Starodubtsev a écrit : Hi all, Guys, I want to say that keystoneclient package on pypi is too old. For example it hadn't Client func in keystoneclient/client.py. May be someone can help me with

Re: [openstack-dev] [climate][cafe] Climate and Café teams meeting

2014-01-13 Thread Sylvain Bauza
I can propose anytime at 0600 UTC, I can make efforts for waking up earlier :-) I can yet understand that other EU people couldn't attend the call, so I will aggregate and feedback all the topics for my French peers. -Sylvain 2014/1/13 Nikolay Starodubtsev nstarodubt...@mirantis.com Hi, all!

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-13 Thread Daniel Kuffner
Hello, I just had the same problem today with a openstack installation form packstack. The problem was the firewall so I had to open 9292, 35357 iptables -I INPUT -p tcp --dport 9292 -j ACCEPT iptables -I INPUT -p tcp --dport 35357 -j ACCEPT Daniel On Thu, Jan 9, 2014 at 3:24 PM, Swapnil

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Dolph Mathews
Ooh, I meant to get this done last week as I agree that keystoneclient needed to see a new release, but it totally slipped my mind. python-keystoneclient 0.4.2 is now available on pypi! https://pypi.python.org/pypi/python-keystoneclient/0.4.2 What's included in the milestone:

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Sylvain Bauza
Le 13/01/2014 15:00, Dolph Mathews a écrit : Ooh, I meant to get this done last week as I agree that keystoneclient needed to see a new release, but it totally slipped my mind. python-keystoneclient 0.4.2 is now available on pypi! https://pypi.python.org/pypi/python-keystoneclient/0.4.2

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Dina Belova
Dolph, thank you so much :) You fixed lots of our problems :) On Mon, Jan 13, 2014 at 6:00 PM, Dolph Mathews dolph.math...@gmail.comwrote: Ooh, I meant to get this done last week as I agree that keystoneclient needed to see a new release, but it totally slipped my mind.

Re: [openstack-dev] [nova] api schema validation pattern changes

2014-01-13 Thread Jay Pipes
On Sun, 2014-01-12 at 19:52 -0800, Christopher Yeoh wrote: On my phone so will be very brief but perhaps the extensions extension could publish the jsonschema(s) for the extension. I think the only complicating factor would be where extensions extend extensions but I think it's all doable.

Re: [openstack-dev] [keystoneclient] old keystone-client package on pypi

2014-01-13 Thread Nikolay Starodubtsev
Thank you, Dolph! That's great! Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 2014/1/13 Dina Belova dbel...@mirantis.com Dolph, thank you so much :) You fixed lots of our problems :) On Mon, Jan 13, 2014 at 6:00 PM, Dolph Mathews

Re: [openstack-dev] The extra_resource in compute node object

2014-01-13 Thread Dan Smith
This patch set makes the extra_resources a list of object, instead of opaque json string. How do you think about that? Sounds better to me, I'll go have a look. However, the compute resource object is different with current NovaObject, a) it has no corresponding table, but just a field in

Re: [openstack-dev] [nova] api schema validation pattern changes

2014-01-13 Thread Ryan Petrello
Jay, I’ll +1 to that. As I’ve been tinkering with potential Pecan support for the Nova API, I’ve run into the same issue w/ the API composition being seriously complicated (to the point where I’ve realized Pecan isn’t the hard part, it’s the bunch of cruft you need to tie in

[openstack-dev] [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Sean Dague
I know we've been here before, but I want to raise this again while there is still time left in icehouse. I would like to propose that the Nova v3 API removes the XML payload entirely. It adds complexity to the Nova code, and it requires duplicating all our test resources, because we need to

Re: [openstack-dev] [gantt[ Patches to sync gantt up to the current nova tree

2014-01-13 Thread Russell Bryant
On 01/12/2014 05:30 PM, Dugger, Donald D wrote: So I have 25 patches that I need to push to backport changes that have been made to the nova tree that apply to the gantt tree. The problem is how do we want to approve these patches? Given that they have already been reviewed and approved in

Re: [openstack-dev] [OpenStack][Nova][Cold Migration] What about enable cold migration with taraget host

2014-01-13 Thread Russell Bryant
On 01/13/2014 03:16 AM, Jay Lau wrote: Greetings, Now cold migration do not support migrate a VM instance with target host, what about add this feature to enable cold migration with a target host? Sounds reasonable to me. -- Russell Bryant ___

Re: [openstack-dev] [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Davanum Srinivas
+1 to drop XML from v3 API On Mon, Jan 13, 2014 at 9:38 AM, Sean Dague s...@dague.net wrote: I know we've been here before, but I want to raise this again while there is still time left in icehouse. I would like to propose that the Nova v3 API removes the XML payload entirely. It adds

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Walls, Jeffrey Joel (Cloud OS RD)
From: Jaromir Coufal [mailto:jcou...@redhat.com] On 2014/10/01 19:02, Dougal Matthews wrote: - If I remove some instances, do I as the administrator need to care which are removed? Do we need to choose or be informed at the end? This is great question on which we have long debates. I am

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Walls, Jeffrey Joel (Cloud OS RD)
From: Jaromir Coufal [mailto:jcou...@redhat.com] On 2014/10/01 16:16, Walls, Jeffrey Joel (Cloud OS RD) wrote: For configuration, will it be possible to supply default values to these and let the user change them only if they want to? For some values it's probably not possible, but for

Re: [openstack-dev] [climate][cafe] Climate and Café teams meeting

2014-01-13 Thread Sergey Lukjanov
Are there any guys from PST timezone? On Mon, Jan 13, 2014 at 5:32 PM, Sylvain Bauza sylvain.ba...@gmail.comwrote: I can propose anytime at 0600 UTC, I can make efforts for waking up earlier :-) I can yet understand that other EU people couldn't attend the call, so I will aggregate and

Re: [openstack-dev] [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Greg Hill
I'm not really an active nova contributor as of yet, but I'll +1 this if nova's XML support is anything like what I see in trove (which I believe just cloned how nova did it in the first place). XML without a schema is terrible for a serialization format. In my experience, the only people who

Re: [openstack-dev] [OpenStack][Nova][Cold Migration] What about enable cold migration with taraget host

2014-01-13 Thread Jay Lau
Thanks Russell, will add this to V3 api ad leave V2 API as it is. Regards, Jay 2014/1/13 Russell Bryant rbry...@redhat.com On 01/13/2014 03:16 AM, Jay Lau wrote: Greetings, Now cold migration do not support migrate a VM instance with target host, what about add this feature to enable

Re: [openstack-dev] [oslo] Common SSH

2014-01-13 Thread Doug Hellmann
On Mon, Jan 13, 2014 at 7:32 AM, Bhuvan Arumugam bhu...@apache.org wrote: On Fri, Jan 10, 2014 at 11:24 PM, Sergey Skripnick sskripn...@mirantis.com wrote: I appreciate that we want to fix the ssh client. I'm not certain that writing our own is the best answer. I was supposed to fix

Re: [openstack-dev] [infra] javascript templating library choice for status pages

2014-01-13 Thread Sergey Lukjanov
Personally, I think that it's a great step now to move this code to the templates. As for the huge frameworks - I prefer something like Angular.JS or Knockout.JS. Currently, the status.js file isn't so bug to rewrite it as a real life web app and so, we could just add templates to make it much

Re: [openstack-dev] [Nova] Detect changes in object model

2014-01-13 Thread Murray, Paul (HP Cloud Services)
Hi Dan, I was actually thinking of changes to the list itself rather than the objects in the list. To try and be clear, I actually mean the following: ObjectListBase has a field called objects that is typed fields.ListOfObjectsField('NovaObject'). I can see methods for count and index, and I

Re: [openstack-dev] [wsme] Undefined attributes in WSME

2014-01-13 Thread Doug Hellmann
On Mon, Jan 13, 2014 at 3:29 AM, Ken'ichi Ohmichi ken1ohmi...@gmail.comwrote: Hi Doug, 2014/1/11 Doug Hellmann doug.hellm...@dreamhost.com: On Thu, Jan 9, 2014 at 12:02 AM, Jamie Lennox jamielen...@redhat.com wrote: Is there any way to have WSME pass through arbitrary attributes to the

Re: [openstack-dev] [wsme] Undefined attributes in WSME

2014-01-13 Thread Doug Hellmann
On Sun, Jan 12, 2014 at 6:33 PM, Jamie Lennox jamielen...@redhat.comwrote: On Fri, 2014-01-10 at 10:23 -0500, Doug Hellmann wrote: On Thu, Jan 9, 2014 at 12:02 AM, Jamie Lennox jamielen...@redhat.com wrote: Is there any way to have WSME pass through arbitrary

Re: [openstack-dev] [infra] javascript templating library choice for status pages

2014-01-13 Thread Greg Hill
If you're just using it for client-side templates, you should be able to treat it like any other js library (jquery, etc) without using npm (node's package manager) for installation. Handlebars, for example, has a single downloadable js file that is available on their website:

Re: [openstack-dev] [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Russell Bryant
On 01/13/2014 09:38 AM, Sean Dague wrote: I know we've been here before, but I want to raise this again while there is still time left in icehouse. I would like to propose that the Nova v3 API removes the XML payload entirely. It adds complexity to the Nova code, and it requires duplicating

Re: [openstack-dev] [nova] api schema validation pattern changes

2014-01-13 Thread Jay Pipes
On Mon, 2014-01-13 at 09:40 -0500, Ryan Petrello wrote: Jay, I’ll +1 to that. As I’ve been tinkering with potential Pecan support for the Nova API, I’ve run into the same issue w/ the API composition being seriously complicated (to the point where I’ve realized Pecan isn’t the hard part,

Re: [openstack-dev] [TripleO][Tuskar] Domain Model Locations

2014-01-13 Thread Jay Dobies
Excellent write up Jay. I don't actually know the answer. I'm not 100% bought into the idea that Tuskar isn't going to store any information about the deployment and will rely entirely on Heat/Ironic as the data store there. Losing this extra physical information may be a a strong reason why

Re: [openstack-dev] [infra] javascript templating library choice for status pages

2014-01-13 Thread Monty Taylor
On 01/13/2014 05:05 AM, Sean Dague wrote: On 01/12/2014 09:56 PM, Michael Krotscheck wrote: If all you're looking for is a javascript-based in-browser templating system, then handlebars is a fine choice. I'm not certain on how complex status.html/status.js is, however if you expect it to grow

Re: [openstack-dev] [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread Sean Dague
On 01/13/2014 10:13 AM, Russell Bryant wrote: On 01/13/2014 09:38 AM, Sean Dague wrote: I know we've been here before, but I want to raise this again while there is still time left in icehouse. I would like to propose that the Nova v3 API removes the XML payload entirely. It adds complexity

Re: [openstack-dev] [Neutron] Partially Shared Networks

2014-01-13 Thread Jay Pipes
On Mon, 2014-01-13 at 10:23 +, Stephen Gran wrote: Hi, I don't think that's what's being asked for. Just that there be more than the current check for '(isowner of network) or (shared)' If the data point could be 'enabled for network' for a given tenant, that would be more flexible.

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jay Dobies
On 01/13/2014 05:43 AM, Jaromir Coufal wrote: On 2014/10/01 21:17, Jay Dobies wrote: Another question: - A Role (sounds like we're moving away from that so I'll call it Resource Category) can have multiple Node Profiles defined (assuming I'm interpretting the + and the tabs in the Create a

Re: [openstack-dev] [TripleO] [Tuskar] Deployment Management section - Wireframes

2014-01-13 Thread Jiří Stránský
On 13.1.2014 11:43, Jaromir Coufal wrote: On 2014/10/01 21:17, Jay Dobies wrote: Another question: - A Role (sounds like we're moving away from that so I'll call it Resource Category) can have multiple Node Profiles defined (assuming I'm interpretting the + and the tabs in the Create a Role

Re: [openstack-dev] [Nova] Detect changes in object model

2014-01-13 Thread Dan Smith
ObjectListBase has a field called objects that is typed fields.ListOfObjectsField('NovaObject'). I can see methods for count and index, and I guess you are talking about adding a method for are any of your contents changed here. I don't see other list operations (like append, insert, remove,

Re: [openstack-dev] [climate][cafe] Climate and Café teams meeting

2014-01-13 Thread Dina Belova
Guys from Cafe command are from New Zealand - UTC+13 :) On Mon, Jan 13, 2014 at 6:58 PM, Sergey Lukjanov slukja...@mirantis.comwrote: Are there any guys from PST timezone? On Mon, Jan 13, 2014 at 5:32 PM, Sylvain Bauza sylvain.ba...@gmail.comwrote: I can propose anytime at 0600 UTC, I can

Re: [openstack-dev] [Ceilometer] Aggregation discussion

2014-01-13 Thread Jay Pipes
On Mon, 2014-01-13 at 13:39 +0400, Nadya Privalova wrote: Jay, Thanks for comments! The question you raised was discussed several times within Ceilometer team but as I understand there is no official resolution yet. I agree with you that statistics' collection is the main

Re: [openstack-dev] [DevStack] Nominate Chmouel Boudjnah for core team

2014-01-13 Thread Dean Troyer
Welcome to the DevStack core team Chmouel! dt -- Dean Troyer dtro...@gmail.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [infra] javascript templating library choice for status pages

2014-01-13 Thread Sergey Lukjanov
Just to make a context for this discussion, here are the two files that where're speaking about: https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/zuul/status.html

[openstack-dev] [Neutron][IPv6] Reminder - new meeting time day - Tuesday 1400UTC

2014-01-13 Thread Collins, Sean
In #openstack-meeting -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [nova][neutron] top gate bugs: a plea for help

2014-01-13 Thread Russell Bryant
On 01/11/2014 09:57 AM, Russell Bryant wrote: 5) https://review.openstack.org/#/c/65989/ This patch isn't a candidate for merging, but was written to test the theory that by updating nova-network to use conductor instead of direct database access, nova-network will be able to do work in

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2014-01-13 Thread Robert Li (baoli)
As I have responded in the other email, and If I understand PCI flavor correctly, then the issue that we need to deal with is the overlapping issue. A simplest case of this overlapping is that you can define a flavor F1 as [vendor_id='v', product_id='p'], and a flavor F2 as [vendor_id = 'v'] .

  1   2   >