Re: [openstack-dev] [Nova] why force_config_drive is a per comptue node config

2014-02-28 Thread Jiang, Yunhong
Hi, Michael, I cooked a patch at https://review.openstack.org/#/c/77027/ and please have a look. Another thing I'm not sure is, currently when nova show will only show if the user specify the 'config_drive' according to the DB, however, user have no idea if the config_drive is success or not,

[openstack-dev] [nova][baremetal] Deprovision of bare-metal nodes

2014-02-28 Thread Taurus Cheung
Hi, I am working on deploying images to bare-metal machines using nova bare-metal. After deployment, I would like to deprovision (disconnect) bare-metal nodes from OpenStack controller/compute, so these bare-metal nodes can run standalone. A typical scenario is that I have a workstation with

Re: [openstack-dev] [Neutron][IPv6] BP:Store both IPv6 LLA and GUA address on router interface port

2014-02-28 Thread Xuhan Peng
Robert, Thanks for your comments! See my replies inline. On Thu, Feb 27, 2014 at 9:56 PM, Robert Li (baoli) ba...@cisco.com wrote: Hi Xuhan, Thank you for your summary. see comments inline. --Robert On 2/27/14 12:49 AM, Xuhan Peng pengxu...@gmail.com wrote: As the follow up

Re: [openstack-dev] [TripleO] Tuskar CLI UX

2014-02-28 Thread Ladislav Smola
On 02/27/2014 05:02 PM, Ana Krivokapic wrote: On 02/27/2014 04:41 PM, Tzu-Mainn Chen wrote: Hello, I think if we will use Openstack CLI, it has to be something like this https://github.com/dtroyer/python-oscplugin. Otherwise we are not Openstack on Openstack. Btw. abstracting it all to one

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Alex Xu
On 2014?02?28? 13:40, Chris Friesen wrote: On 02/27/2014 06:00 PM, Alex Xu wrote: Does mean our code looks like as below? if client_version 2: elif client_version 3 ... elif client_version 4: ... elif client_version 5: ... elif client_version 6: .. And we need test

Re: [openstack-dev] [Infra] openstack_citest MySQL user privileges to create databases on CI nodes

2014-02-28 Thread Roman Podoliaka
Hi Clark, all, https://review.openstack.org/#/c/76634/ has been merged, but I still get 'command denied' errors [1]. Is there something else, that must be done before we can use new privileges of openstack_citest user? Thanks, Roman [1]

[openstack-dev] [Oslo] Questions about syncing non-imported files

2014-02-28 Thread ChangBo Guo
1) I found modules tracked in openstack-common.conf is not consistent with actual modules in directoy 'openstack/common' in some projects like Nova. I drafted a script to enforce the check in https://review.openstack.org/#/c/76901/. Maybe need more work to improve it. Please help review :). 2)

Re: [openstack-dev] [TripleO] Tuskar CLI UX

2014-02-28 Thread Ladislav Smola
On 02/27/2014 04:30 PM, Dougal Matthews wrote: On 27/02/14 15:08, Ladislav Smola wrote: Hello, I think if we will use Openstack CLI, it has to be something like this https://github.com/dtroyer/python-oscplugin. Otherwise we are not Openstack on Openstack. Btw. abstracting it all to one big

Re: [openstack-dev] [Heat] Thoughts on adding a '--progress' option?

2014-02-28 Thread Jay Lau
Does heat resource-list and heat event-list help? [gyliu@drsserver hadoop_heat(keystone_admin)]$ heat resource-list a1 ++--++--+ | logical_resource_id| resource_type

Re: [openstack-dev] [Neutron][IPv6]

2014-02-28 Thread Xuhan Peng
Here is a list of related blueprint and bug patches: Create new IPv6 attributes for Subnets https://review.openstack.org/#/c/52983/ Ensure entries in dnsmasq belong to a subnet using DHCP https://review.openstack.org/#/c/64578/ Calculate stateless IPv6 address

Re: [openstack-dev] [Neutron] Flavor Framework

2014-02-28 Thread Gary Duan
Hi, Eugene, What are the parameters that will be part of flavor definition? As I am thinking of it now, the parameter could be performance and capacity related, for example, throughput, max. session number and so on; or capability related, for example, HA, L7 switching. Compared to # of CPU and

Re: [openstack-dev] [Mistral] Renaming action types

2014-02-28 Thread Renat Akhmerov
Haah :) Honestly, I don’t like it. “invoke” doesn’t seem to be carrying any useful information here. And “invoke_mistral” looks completely confusing since it’s not clear it’s related with HTTP. Renat Akhmerov @ Mirantis Inc. On 27 Feb 2014, at 23:42, Manas Kelshikar ma...@stackstorm.com

Re: [openstack-dev] [Mistral] Defining term DSL

2014-02-28 Thread Renat Akhmerov
Yes. Guys, thanks for your feedback. I had a conversation with Dmitri today and realized you guys are right here. We should think about building basically a “domain model” which the system operates with and once we built it we should forget that we have some DSL or whatever we used to describe

Re: [openstack-dev] [savanna] floating ip pool by name

2014-02-28 Thread Sergey Lukjanov
We can add support for network names on the client / dashboard level as an UX enhancement. Client name resolving code sounds mostly useful. On Fri, Feb 28, 2014 at 11:43 AM, Alexander Ignatov aigna...@mirantis.com wrote: Andrew, This change was needed to heat engine. In case when heat engine

Re: [openstack-dev] [Mistral] Defining term DSL

2014-02-28 Thread Nikolay Makhotkin
Yes, I also think this changes more refer to model than DSL On Fri, Feb 28, 2014 at 1:41 PM, Renat Akhmerov rakhme...@mirantis.comwrote: Yes. Guys, thanks for your feedback. I had a conversation with Dmitri today and realized you guys are right here. We should think about building basically

Re: [openstack-dev] [Neutron][TripleO] Neutron DB migrations best practice

2014-02-28 Thread Roman Podoliaka
Hi Robert, all, But what are we meant to do? Nova etc are dead easy: nova-manage db sync every time the code changes, done. I believe, it's not different from Nova: run db sync every time the code changes. It's the only way to guarantee the most recent DB schema version is used.

[openstack-dev] openstack java sdk

2014-02-28 Thread rash g
Hello, I am working on a project which uses openstack.I want to connect my java code to openstack.For that I was thinking of using openstack-java sdk.But I did not find any jar files for the same to import in my java code. Can anyone tell me where I can get jar files for

Re: [openstack-dev] [QA] The future of nosetests with Tempest

2014-02-28 Thread Alexei Kornienko
Hi, Let me express my concerns on this topic: With some recent changes made to Tempest compatibility with nosetests is going away. I think that we should not drop nosetests support from tempest or any other project. The problem with testrepository is that it's not providing any debugger

Re: [openstack-dev] openstack java sdk

2014-02-28 Thread Denis Makogon
Hello, Rash. Here [1], you could try this one. But we cannot give any warranties about stability of this SDK. [1] https://github.com/woorea/openstack-java-sdk Best regards, Denis Makogon. On Fri, Feb 28, 2014 at 12:43 PM, rash g rashg...@gmail.com wrote: Hello, I am working on a

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Day, Phil
-Original Message- From: Chris Behrens [mailto:cbehr...@codestud.com] Sent: 26 February 2014 22:05 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] Future of the Nova API This thread is many messages deep now and I'm busy with a

Re: [openstack-dev] openstack java sdk

2014-02-28 Thread Murali G D
Hi, Please check following link for maven artifacts. http://mvnrepository.com/artifact/com.woorea/openstack-java-sdk/3.2.1 Include this in your maven project pom.xml. However if you need latest one download and compile your-self as it contains lot of fixes on top of above ones. Thanks, Murali G

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Day, Phil
-Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: 24 February 2014 23:49 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Future of the Nova API Similarly with a Xen vs KVM situation I don't think its an extension related issue. In

Re: [openstack-dev] [Infra] openstack_citest MySQL user privileges to create databases on CI nodes

2014-02-28 Thread Sergey Lukjanov
Slave images are auto rebuilt daily, so, probably, it's not happens yet for all providers. Anyway I see the following in nodepool logs: 2014-02-28 02:24:09,255 INFO nodepool.image.build.rax-ord.bare-precise: notice:

Re: [openstack-dev] [Heat]Heat use as a standalone component for Cloud Managment over multi IAAS

2014-02-28 Thread Alexander Tivelkov
Hi Charles, If you are looking for the analogues of Juju in OpenStack, you probably may take a look at Murano Project [1]. It is an application catalog backed with a powerful workflow execution engine, which is built on top of Heat's orchestration, but run's at a higher level. It has borrowed

Re: [openstack-dev] [Heat]Heat use as a standalone component for Cloud Managment over multi IAAS

2014-02-28 Thread Alexander Tivelkov
Hi Charles, If you are looking for the analogues of Juju in OpenStack, you probably may take a look at Murano Project [1]. It is an application catalog backed with a powerful workflow execution engine, which is built on top of Heat's orchestration, but run's at a higher level. It has borrowed

[openstack-dev] [neutron][policy] Blueprint document

2014-02-28 Thread Carlos Gonçalves
Hi all, As the blueprint document is write-protected, the “See revision history” option is greyed out for viewers-only making it difficult to keep track of changes. Hence, and if there is no way as a viewer to see the revision history, could someone add me to the document please? My Google ID

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-28 Thread Mauro S M Rodrigues
Awesome! thanks for it! Btw I guess this will automatically works for grenade, since we use devstack to setup X-1 release, am I right? (and it's not a concern for the upgrade part since the upgrade-component scripts already contain errexit trap on the cleanup functions right?) -- mauro(sr)

Re: [openstack-dev] [Infra] openstack_citest MySQL user privileges to create databases on CI nodes

2014-02-28 Thread Roman Podoliaka
Hi all, Just a FYI note, not whining :) Still failing with 'command denied': http://logs.openstack.org/63/74963/4/check/gate-oslo-incubator-python27/877792b/console.html Thanks, Roman On Fri, Feb 28, 2014 at 1:41 PM, Sergey Lukjanov slukja...@mirantis.com wrote: Slave images are auto rebuilt

[openstack-dev] Live migration, auth token lifetimes.

2014-02-28 Thread jang
There's a problem with live block migrations. They can take an arbitrarily long time to complete. That, in itself, isn't the matter: https://bugs.launchpad.net/nova/+bug/1286142 At the moment, nova.compute.manager.live_migration takes a context, which it passes into a call to its driver's

[openstack-dev] Reply: [Neutron][IPv6] tox run forever

2014-02-28 Thread Shixiong Shang
I started thinking whether passing the test of Mr. Jenkins is a mindless dreaming….:) What does the “TOX” say? :) Shixiong Begin forwarded message: From: Shixiong Shang sparkofwisdom.cl...@gmail.com Subject: Re: [openstack-dev] [Neutron] tox run forever Date: February 27, 2014 at 9:41:34

Re: [openstack-dev] [nova][baremetal] Deprovision of bare-metal nodes

2014-02-28 Thread Dickson, Mike (HP Servers)
On Fri, 2014-02-28 at 00:04 -0800, Taurus Cheung wrote: Hi, I am working on deploying images to bare-metal machines using nova bare-metal. After deployment, I would like to deprovision (disconnect) bare-metal nodes from OpenStack controller/compute, so these bare-metal nodes can run

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-28 Thread Renat Akhmerov
Hi Joshua, Sorry, I’ve been very busy for the last couple of days and didn’t respond quickly enough. Well, first of all, it’s my bad that I’ve not been following TaskFlow progress for a while and, honestly, I just need to get more info on the current TaskFlow status. So I’ll do that and get

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Day, Phil
The current set of reviews on this change seems relevant to this debate: https://review.openstack.org/#/c/43822/ In effect a fully working and tested change which makes the nova-net / neutron compatibility via the V2 API that little bit closer to being complete is being blocked because it's

Re: [openstack-dev] Status of Docker CI

2014-02-28 Thread Eric Windisch
The number of things that don't work with this driver is a big issue, I think. However, we haven't really set rules on a baseline for what we expect every driver to support. This is something I'd like to tackle in the Juno cycle, including another deadline. Increased feature parity is

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-28 Thread Sean Dague
Actually grenade has always run under errexit, devstack just had enough legacy cruft in it that it took a while to get it to run clean. -Sean On 02/28/2014 09:13 AM, Mauro S M Rodrigues wrote: Awesome! thanks for it! Btw I guess this will automatically works for grenade, since we use

Re: [openstack-dev] [Heat]Heat use as a standalone component for Cloud Managment over multi IAAS

2014-02-28 Thread Clint Byrum
Excerpts from Alexander Tivelkov's message of 2014-02-28 03:52:52 -0800: Hi Charles, If you are looking for the analogues of Juju in OpenStack, you probably may take a look at Murano Project [1]. It is an application catalog backed with a powerful workflow execution engine, which is built on

[openstack-dev] [Climate] Meeting minutes

2014-02-28 Thread Dina Belova
Thanks for taking part in our meeting :) Meeting minutes are: Minutes: http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-02-28-15.00.html Minutes (text): http://eavesdrop.openstack.org/meetings/climate/2014/climate.2014-02-28-15.00.txt Log:

[openstack-dev] [nova] NLS support for database collators

2014-02-28 Thread Steven Kaufer
Hello, We are trying to understand how the various GET REST APIs handle sorting/filtering in different NLS environments. For example, when retrieving sorted String data (ie, display name), the order of the results should vary based on the NLS of the caller (as opposed to having everything

[openstack-dev] inconsistent naming? node vs host vs vs hypervisor_hostname vs OS-EXT-SRV-ATTR:host

2014-02-28 Thread Chris Friesen
Hi, I've been working with OpenStack for a while now but I'm still a bit fuzzy on the precise meaning of some of the terminology. It seems reasonably clear that a node is a computer running at least one component of an Openstack system. However, nova service-list talks about the host that

[openstack-dev] [neutron][IPv6] Testing functionality of IPv6 modes using Horizon

2014-02-28 Thread Abishek Subramanian (absubram)
Hi, I just wanted to find out if anyone had been able to test using Horizon? Was everything ok? Additionally wanted to confirm - the two modes can be updated too yes when using neutron subnet-update? Thanks! On 2/18/14 12:58 PM, Abishek Subramanian (absubram) absub...@cisco.com wrote: Hi

Re: [openstack-dev] [devstack] Bug in is_*_enabled functions?

2014-02-28 Thread Brian Haley
On 02/27/2014 11:55 AM, Dean Troyer wrote: There is a problem in two of DevStack's exercises, floating_ips.sh and volume.sh, where lib/neutron is not set up properly to handle the ping_check() function calls. That is what leads to what you see. https://review.openstack.org/#/c/76867/ fixes

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Jay Pipes
On Fri, 2014-02-28 at 11:35 +, Day, Phil wrote: -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: 24 February 2014 23:49 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Future of the Nova API Similarly with a Xen vs KVM

Re: [openstack-dev] [devstack] Bug in is_*_enabled functions?

2014-02-28 Thread Dean Troyer
On Fri, Feb 28, 2014 at 10:21 AM, Brian Haley brian.ha...@hp.com wrote: Of course now boot_from_volume.sh fails because it doesn't include lib/neutron, I've just pushed a patch for that, https://review.openstack.org/#/c/77212/ Thanks. It's absence from the gate left it the poor stepchild

[openstack-dev] Bug Triage - Woo Hoo!!

2014-02-28 Thread Tracy Jones
Hi Folks - We had our 1st Bug Scrub meeting and it was a great success. We concentrated on tagging all of the untagged bugs with appropriate tags. The work is not complete, so if you would like to help out - please take a look here and tag away. This table shows the official tags we are

Re: [openstack-dev] [neutron][IPv6] Testing functionality of IPv6 modes using Horizon

2014-02-28 Thread Martinx - ジェームズ
I'll wait for IceHouse-3 to arrives on Ubuntu 14.04 to start testing the whole IPv6 features... Lab is ready, two /48 to play with... =) On 28 February 2014 12:55, Abishek Subramanian (absubram) absub...@cisco.com wrote: Hi, I just wanted to find out if anyone had been able to test using

Re: [openstack-dev] Bug Triage - Woo Hoo!!

2014-02-28 Thread Chuck Short
Hi, I would like to own ec2 as well. thanks chuck On Fri, Feb 28, 2014 at 11:52 AM, Tracy Jones tjo...@vmware.com wrote: Hi Folks - We had our 1st Bug Scrub meeting and it was a great success. We concentrated on tagging all of the untagged bugs with appropriate tags. The work is not

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-28 Thread Joe Gordon
Lets use https://etherpad.openstack.org/p/Icehouse-nova-oslo-sync to keep track of things. On Wed, Feb 26, 2014 at 5:10 PM, Joe Gordon joe.gord...@gmail.com wrote: GCB, Ben, Thanks for volunteering to help. GCB, reminded me that we should be doing this for python-novaclient in addition to

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Mark Washenberger
On Wed, Feb 26, 2014 at 5:25 AM, Dolph Mathews dolph.math...@gmail.comwrote: On Tue, Feb 25, 2014 at 2:38 PM, Jay Pipes jaypi...@gmail.com wrote: On Tue, 2014-02-25 at 11:47 -0800, Morgan Fainberg wrote: For purposes of supporting multiple backends for Identity (multiple LDAP, mix of LDAP

Re: [openstack-dev] inconsistent naming? node vs host vs vs hypervisor_hostname vs OS-EXT-SRV-ATTR:host

2014-02-28 Thread Jiang, Yunhong
One reason of the confusion is, in some virt driver (maybe xenapi or vmwareapi), one compute service manages multiple node. --jyh -Original Message- From: Chris Friesen [mailto:chris.frie...@windriver.com] Sent: Friday, February 28, 2014 7:40 AM To: openstack-dev@lists.openstack.org

Re: [openstack-dev] [devstack] [neutron] OpenDaylight devstack support questions

2014-02-28 Thread Salvatore Orlando
Hi Kyle, I think conceptually your approach is fine. I would have had concerns if you were trying to manage ODL life cycle through devstack (like installing/uninstalling it or configuring the ODL controller). But looking at your code it seems you're just setting up the host so that it could work

Re: [openstack-dev] [Neutron][LBaaS] Enterprise Ready Features

2014-02-28 Thread Brandon Logan
Thanks for your response Jay. I'm not a big fan of the term enterprise either but its the best single word term I could come up with to describe large scale, multi tenant deployments. I know these are things every project wants but I'm just gauging how important it is to accomplish these

Re: [openstack-dev] inconsistent naming? node vs host vs vs hypervisor_hostname vs OS-EXT-SRV-ATTR:host

2014-02-28 Thread Chris Friesen
On 02/28/2014 11:38 AM, Jiang, Yunhong wrote: One reason of the confusion is, in some virt driver (maybe xenapi or vmwareapi), one compute service manages multiple node. Okay, so in the scenario above, is the nova-compute service running on a node or a host? (And if it's a host, then what is

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Henry Nash
Hi Mark, So we would not modify any existing IDs, so no migration required. Henry On 28 Feb 2014, at 17:38, Mark Washenberger mark.washenber...@markwash.net wrote: On Wed, Feb 26, 2014 at 5:25 AM, Dolph Mathews dolph.math...@gmail.com wrote: On Tue, Feb 25, 2014 at 2:38 PM, Jay

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-28 Thread Nader Lahouti
The idea behind this when we originally implemented notifications in Keystone was to provide the resource being changed, such as 'user', 'project', 'trust' and the uuid of that resource. From there your plugin and could request more information from Keystone by doing a GET on that resource.

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-28 Thread Joshua Harlow
Sounds good, Lets connect, the value of central oslo connected projects is that shared libraries == share the pain. Duplicating features and functionality is always more pain. In the end we are a community, not silos, so it seems like before mistral goes down the path of duplicating more and

Re: [openstack-dev] Bug Triage - Woo Hoo!!

2014-02-28 Thread Russell Bryant
On 02/28/2014 11:52 AM, Tracy Jones wrote: Tag Owner New Not-New wat russellb48 617 'wat' was originally supposed to be 'queue up for tier 2 triage', but was never really used. I'm not actually sure it's worth keeping. We should probably just force things into proper

Re: [openstack-dev] [neutron] Significance of subnet_id for LBaaS Pool

2014-02-28 Thread Samuel Bercovici
Rabi, This is correct. The API does allow you to do so. -Sam. -Original Message- From: Rabi Mishra [mailto:ramis...@redhat.com] Sent: Wednesday, February 26, 2014 1:53 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron]

Re: [openstack-dev] [rally] [smart-scenario-args]

2014-02-28 Thread Oleg Gelbukh
Sergey, What do you think about adoption of/integration with other types of resource definition languages used in OpenStack, for example, Heat Orchestration Templates? -- Best regards, Oleg Gelbukh On Thu, Feb 27, 2014 at 6:31 PM, Sergey Skripnick sskripn...@mirantis.comwrote: Hello,

Re: [openstack-dev] [Openstack] Need unique ID for every Network Service

2014-02-28 Thread Stephen Balukoff
Hi y'all! The ongoing debate in the LBaaS group is whether the concept of a 'Loadbalancer' needs to exist as an entity. If it is decided that we need it, I'm sure it'll have a unique ID. (And please feel free to join the discussion on this as well, eh!) Stephen On Thu, Feb 27, 2014 at 10:27

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-28 Thread W Chan
All, This is a great start. I think the sooner we have this discussion the better. Any uncertainty in the direction/architecture here is going to stall progress. How about Convection? What's the status of the Convection project and where it's heading? Should we have similar discussion with

Re: [openstack-dev] [Neutron][LBaaS] Enterprise Ready Features

2014-02-28 Thread Stephen Balukoff
Hi Brandon, Glad to see more new blood in this project and discussion. (I've also only recently gotten involved in the discussion here. And I've sent my ideas on this front to this list in the last couple of weeks-- let me know if you'd like me to send you links to this discussion.) I think Jay

Re: [openstack-dev] [Heat] Thoughts on adding a '--progress' option?

2014-02-28 Thread Zane Bitter
On 28/02/14 02:28, Qiming Teng wrote: The creation a stack is usually a time costly process, considering that there are cases where software packages need to be installed and configured. There are also cases where a stack consists of more than one VM instance and the dependency between

Re: [openstack-dev] [Oslo] Questions about syncing non-imported files

2014-02-28 Thread Doug Hellmann
On Fri, Feb 28, 2014 at 3:35 AM, ChangBo Guo glongw...@gmail.com wrote: 1) I found modules tracked in openstack-common.conf is not consistent with actual modules in directoy 'openstack/common' in some projects like Nova. I drafted a script to enforce the check in

Re: [openstack-dev] [nova] Future of the Nova API

2014-02-28 Thread Christopher Lefelhocz
+1 If we don't recognize that v2 is going to be around for a long time, have some growth/require support we are kidding ourselves. Establishing a timeline to deprecation prior to release of v3 is not the right decision point. We should determine if v3 is ready for primetime, be willing to

Re: [openstack-dev] [Mistral] Porting executor and engine to oslo.messaging

2014-02-28 Thread Joshua Harlow
Convection? Afaik u guys are building convection (convection was just an idea, I see mistral as the POC/impl) ;) https://wiki.openstack.org/wiki/Convection#NOTICE:_Similar_project_-.3E_Mistral So questions around taskflow: 1. Correct u put it in your task, there was previous ideas/work done

[openstack-dev] [Cinder] Get volumes REST API with filters and limit

2014-02-28 Thread Steven Kaufer
I am investigating some pagination enhancements in nova and cinder (see nova blueprint https://blueprints.launchpad.net/nova/+spec/nova-pagination). In cinder, it appears that all filtering is done after the volumes are retrieved from the database (see the API.get_all function in

Re: [openstack-dev] [neutron][policy] Blueprint document

2014-02-28 Thread Kyle Mestery
On Feb 28, 2014, at 8:01 AM, Carlos Gonçalves m...@cgoncalves.pt wrote: Hi all, As the blueprint document is write-protected, the “See revision history” option is greyed out for viewers-only making it difficult to keep track of changes. Hence, and if there is no way as a viewer to see the

Re: [openstack-dev] [devstack] [neutron] OpenDaylight devstack support questions

2014-02-28 Thread Kyle Mestery
Thanks Salvatore. I spent some time talking with dtroyer on IRC a few days ago, and I have a path forward. One thing I wanted to point out is that eventually the goal is to manage the lifecycle of ODL inside of devstack. This is similar to what is being done with Ryu and Trema already in devstack.

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Mark Washenberger
On Fri, Feb 28, 2014 at 10:39 AM, Henry Nash hen...@linux.vnet.ibm.comwrote: Hi Mark, So we would not modify any existing IDs, so no migration required. Okay, I just want to be painfully clear--we're not proposing changing any of the current restrictions on the user-id field. We will not:

Re: [openstack-dev] sqlalchemy-migrate release impending

2014-02-28 Thread Matt Riedemann
On 2/26/2014 11:34 AM, Sean Dague wrote: On 02/26/2014 11:24 AM, David Ripton wrote: I'd like to release a new version of sqlalchemy-migrate in the next couple of days. The only major new feature is DB2 support. If anyone thinks this is a bad time, please let me know. So it would be nice

Re: [openstack-dev] [OpenStack][Runtime Policy] A proposal for OpenStack run time policy to manage compute/storage resource

2014-02-28 Thread Tim Hinrichs
Hi Jay, I think the Solver Scheduler is a better fit for your needs than Congress because you know what kinds of constraints and enforcement you want. I'm not sure this topic deserves an entire design session--maybe just talking a bit at the summit would suffice (I *think* I'll be attending).

Re: [openstack-dev] [keystone] how to enable logging for unit tests

2014-02-28 Thread Clark Boylan
On Fri, Feb 28, 2014 at 1:30 PM, John Dennis jden...@redhat.com wrote: I'd like to enable debug logging while running some specific unit tests and I've not been able to find the right combination of levers to pull to get logging output on the console. In keystone/etc/keystone.conf.sample

Re: [openstack-dev] [nova] New Websockify Release

2014-02-28 Thread Solly Ross
Whoops! In case anyone was wondering, I wasn't telling myself that I had a good idea :-P. I just clicked reply to the wrong email. The correct email to which this was a reply is below. Good idea -- here's the blueprint:

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Jay Pipes
On Fri, 2014-02-28 at 13:10 -0800, Mark Washenberger wrote: On Fri, Feb 28, 2014 at 10:39 AM, Henry Nash hen...@linux.vnet.ibm.com wrote: Hi Mark, So we would not modify any existing IDs, so no migration required. Okay, I just want to be

Re: [openstack-dev] [OpenStack][Runtime Policy] A proposal for OpenStack run time policy to manage compute/storage resource

2014-02-28 Thread Jay Lau
Hi Yathiraj and Tim, Really appreciate your comments here ;-) I will prepare some detailed slides or documents before summit and we can have a review then. It would be great if OpenStack can provide DRS features. Thanks, Jay 2014-03-01 6:00 GMT+08:00 Tim Hinrichs thinri...@vmware.com: Hi

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Mark Washenberger
On Fri, Feb 28, 2014 at 2:26 PM, Jay Pipes jaypi...@gmail.com wrote: On Fri, 2014-02-28 at 13:10 -0800, Mark Washenberger wrote: On Fri, Feb 28, 2014 at 10:39 AM, Henry Nash hen...@linux.vnet.ibm.com wrote: Hi Mark, So we would not modify any existing IDs, so no

Re: [openstack-dev] Live migration, auth token lifetimes.

2014-02-28 Thread Brant Knudson
On Fri, Feb 28, 2014 at 8:13 AM, j...@ioctl.org wrote: The second would be to have a way for the nova process to extend proxy credentials until such point as they are required by the post- stages. I'll elide the potential security concerns over putting such an API call into keystone, but it

Re: [openstack-dev] [all][keystone] Increase of USER_ID length maximum from 64 to 255

2014-02-28 Thread Clint Byrum
Excerpts from Jay Pipes's message of 2014-02-28 14:26:26 -0800: On Fri, 2014-02-28 at 13:10 -0800, Mark Washenberger wrote: On Fri, Feb 28, 2014 at 10:39 AM, Henry Nash hen...@linux.vnet.ibm.com wrote: Hi Mark, So we would not modify any existing

[openstack-dev] Use spice-html5proxy to connect to spice tls port

2014-02-28 Thread Meghal Gosalia
Hi folks, Has there been any discussion in the community for using nova-spicehtml5proxy to connect to spice tls port ? For example, if a vm is booted using qemu by enabling spice_tls mode in qemu.conf, it enables tls encryption on spice server for that vm. nova-spicehtml5proxy is based on

[openstack-dev] [horizon][infra]Sync notifier module from oslo-incubator met django DatabseError

2014-02-28 Thread jackychen
hi, I have commit a patch to sync notifier module under horizon with oslo-incubator, I met the gate-horizon-python error, all the errors are aimed at DatabseError. Code Review Link: https://review.openstack.org/#/c/76439/ The specific error: django.db.utils.DatabaseError: DatabaseWrapper

Re: [openstack-dev] [TripleO] milestone-proposed branches

2014-02-28 Thread James Slagle
On Wed, Jan 22, 2014 at 6:46 PM, Thierry Carrez thie...@openstack.org wrote: James Slagle wrote: I read through that wiki page. I did have a couple of questions: Who usually runs through the steps there? You? or a project member? Me for integrated projects (and most incubated ones). A

[openstack-dev] How to configure DevStack to use Ceilometer?

2014-02-28 Thread Mike Spreitzer
So far I have found three different sources, and they all say different things. http://techs.enovance.com/5991/autoscaling-with-heat-and-ceilometer http://devstack.org/lib/ceilometer.html http://docs.openstack.org/developer/ceilometer/install/development.html Thanks,

[openstack-dev] Some changes on config drive

2014-02-28 Thread Jiang, Yunhong
Hi, Michael and all, I created some changes to config_drive, and hope to get some feedback. The patches are at https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:config_drive_cleanup,n,z The basically ideas of the changes are: 1)

Re: [openstack-dev] How to configure DevStack to use Ceilometer?

2014-02-28 Thread Swapnil Kulkarni
I am able to configure devstack with ceilometer adding following to localrc enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator Best Regards, Swapnil Kulkarni irc : coolsvap On Sat, Mar

[openstack-dev] [Nuetron][IPv6]

2014-02-28 Thread Shixiong Shang
Hi, guys: What should I do to fix these “tempest” failures? Any suggestions or pointers are highly appreciated! Thanks! Shixiong Jenkins 12:36 AM Patch Set 13: Doesn't seem to work Build failed. For information on how to proceed, see

Re: [openstack-dev] inconsistent naming? node vs host vs vs hypervisor_hostname vs OS-EXT-SRV-ATTR:host

2014-02-28 Thread Jiang, Yunhong
-Original Message- From: Chris Friesen [mailto:chris.frie...@windriver.com] Sent: Friday, February 28, 2014 10:07 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] inconsistent naming? node vs host vs vs hypervisor_hostname vs OS-EXT-SRV-ATTR:host On

[openstack-dev] [Nova] Some changes on config drive

2014-02-28 Thread Jiang, Yunhong
Sorry forgot nova prefix in subject. --jyh -Original Message- From: Jiang, Yunhong [mailto:yunhong.ji...@intel.com] Sent: Friday, February 28, 2014 9:32 PM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] Some changes on config drive Hi, Michael and all, I

Re: [openstack-dev] [neutron][IPv6] Testing functionality of IPv6 modes using Horizon

2014-02-28 Thread Shixiong Shang
Hi, Abishek: I tried your code and shot you an email with some questions….Would you please let me know the dependency between your code and Sean’s? W.r.t. to your second question, I cannot recall on top of my head (with exhausted brain) right now which event subnet update will trigger. I need

Re: [openstack-dev] How to configure DevStack to use Ceilometer?

2014-02-28 Thread Mike Spreitzer
Swapnil Kulkarni swapnilkulkarni2...@gmail.com wrote on 03/01/2014 12:36:49 AM: I am able to configure devstack with ceilometer adding following to localrc enable_service ceilometer-acompute ceilometer-acentral ceilometer- collector ceilometer-api enable_service ceilometer-alarm-notifier

Re: [openstack-dev] [Neutron][IPv6]

2014-02-28 Thread Henry Gessau
On Sat, Mar 01, at 0:46 am, Shixiong Shang wrote: What should I do to fix these “tempest” failures? Any suggestions or pointers are highly appreciated! Your patch depends on review 52983, which needs to rebase and update its migration script with the latest down revision. Then you need to