Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Renat Akhmerov
Ok. I might be related with oslo.messaging change that we merged in yesterday but I don’t see at this point how exactly. Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 12:38, Manas Kelshikar ma...@stackstorm.com wrote: Yes it is 100% reproducible. Was hoping it was environmental i.e.

[openstack-dev] making changes in openstack database

2014-03-12 Thread rash g
Hi, I am a student and working on a project in openstack.In my project I am making changes to the instance in openstack from kvm virtual machine manager, say, change the memory of the instance.This change I want to notify to openstack and this change needs to be reflected in openstack.This is

Re: [openstack-dev] Neutron error using devstack

2014-03-12 Thread abhishek jain
Thanks for the help. I'm now able to proceed further with your suggestions. I'm now enabling live migration in /etc/nova/nova.conf by adding the below line live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE However now i need to restart nova-compute

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

2014-03-12 Thread urgensherpa
hello there,i setup using devstack ..below is my docker version output -- redhat@test:~/devstack$ docker version Client version: 0.7.6 Go version (client): go1.2 Git commit (client): bc3b2ec Server

Re: [openstack-dev] [Horizon] Edit subnet in workflows - ip_version hidden?

2014-03-12 Thread Radomir Dopieralski
On 11/03/14 16:57, Abishek Subramanian (absubram) wrote: Althouh - how up to date is this code? This should be easy to check with the git blame command: $ git blame openstack_dashboard/dashboards/project/networks/subnets/workflows.py [...] 31d55e50 (Akihiro MOTOKI 2013-01-04 18:33:03

Re: [openstack-dev] UTF-8 required charset/encoding for openstack database?

2014-03-12 Thread Chris Friesen
On 03/11/2014 05:50 PM, Clint Byrum wrote: But MySQL can't possibly know what you _meant_ when you were inserting data. So, if you _assumed_ that the database was UTF-8, and inserted UTF-8 with all of those things accidentally set for latin1, then you will have UTF-8 in your db, but MySQL will

[openstack-dev] [Mistral] Actions design BP

2014-03-12 Thread Renat Akhmerov
Team, I started summarizing all the thoughts and ideas that we’ve been discussing for a while regarding actions. The main driver for this work is that the system keeps evolving and we still don’t have a comprehensive understanding of that part. Additionally, we keep getting a lot of requests

Re: [openstack-dev] [nova][neutron]A Question about creating instance with duplication sg_name

2014-03-12 Thread mar...@redhat.com
On 12/03/14 03:17, Xurong Yang wrote: Hi,Lingxian marios Thank for response. yes,personally speaking, it should be using UUID instead of 'name' such as network_id port_id as name(not the key) can't differentiate security groups. so, i don't know that how about other folks's view, maybe we

Re: [openstack-dev] [nova][neutron]A Question about creating instance with duplication sg_name

2014-03-12 Thread Xurong Yang
Ok. I think the bug/1289195 cover it, so we can continue the discussion there. thanks!Xurong 2014-03-12 15:44 GMT+08:00 mar...@redhat.com mandr...@redhat.com: On 12/03/14 03:17, Xurong Yang wrote: Hi,Lingxian marios Thank for response. yes,personally speaking, it should be using UUID

Re: [openstack-dev] Neutron error using devstack

2014-03-12 Thread mar...@redhat.com
On 12/03/14 08:34, abhishek jain wrote: Thanks for the help. I'm now able to proceed further with your suggestions. I'm now enabling live migration in /etc/nova/nova.conf by adding the below line live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Nikolay Makhotkin
maybe something wrong with python2.6? .tox/py26/lib/python2.6/site-packages/mock.py, line 1201, in patched what if you try it on py27? On Wed, Mar 12, 2014 at 10:08 AM, Renat Akhmerov rakhme...@mirantis.comwrote: Ok. I might be related with oslo.messaging change that we merged in

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-12 Thread Daniel P. Berrange
On Tue, Mar 11, 2014 at 03:31:19PM -0500, Matt Riedemann wrote: On 3/11/2014 3:11 PM, Jay Pipes wrote: On Tue, 2014-03-11 at 14:18 -0500, Matt Riedemann wrote: On 3/10/2014 11:20 AM, Dmitry Borodaenko wrote: On Fri, Mar 7, 2014 at 8:55 AM, Sean Dague s...@dague.net wrote: On 03/07/2014

Re: [openstack-dev] [oslo.messaging] mongodb notification driver

2014-03-12 Thread Flavio Percoco
On 12/03/14 02:09 +, Hiroyuki Eguchi wrote: I'm envisioning a mongodb notification driver. Currently, For troubleshooting, I'm using a log driver of notification, and sent notification log to rsyslog server, and store log in database using rsyslog-mysql package. I would like to make it

Re: [openstack-dev] [nova] [bug?] live migration fails with boot-from-volume

2014-03-12 Thread John Garbutt
On 10 March 2014 18:54, Chris Friesen chris.frie...@windriver.com wrote: On 03/08/2014 02:23 AM, ChangBo Guo wrote: Are you using libvirt driver ? As I remember, the way to check if compute nodes with shared storage is : create a temporary file from source node , then check the file

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Flavio Percoco
On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam. https://review.openstack.org/#/c/79710/ This change introduces a backward incompatible change to defaults with Havana. If a user has chosen to

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-12 Thread Sean Dague
On 03/12/2014 05:51 AM, Daniel P. Berrange wrote: On Tue, Mar 11, 2014 at 03:31:19PM -0500, Matt Riedemann wrote: On 3/11/2014 3:11 PM, Jay Pipes wrote: On Tue, 2014-03-11 at 14:18 -0500, Matt Riedemann wrote: On 3/10/2014 11:20 AM, Dmitry Borodaenko wrote: On Fri, Mar 7, 2014 at 8:55 AM,

Re: [openstack-dev] OpenStack vs. SQLA 0.9

2014-03-12 Thread Sean Dague
On 03/08/2014 05:00 AM, Thomas Goirand wrote: Hi, I just tried this: https://review.openstack.org/#/c/79129/ and it seems everything works. \o/ Shall we lift the SQLA cap right away? Cheers, Thomas Goirand (zigo) ___ OpenStack-dev

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Sean Dague
On 03/12/2014 06:38 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam. https://review.openstack.org/#/c/79710/ This change introduces a backward incompatible change to

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Sean Dague
On 03/11/2014 11:10 PM, Jay Pipes wrote: On Wed, 2014-03-12 at 01:47 +, Joshua Harlow wrote: The question that I don't understand is why does this process have to be involve the database to begin with? If you want to archive images per-say, on deletion just export it to a 'backup tape'

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

2014-03-12 Thread Russell Bryant
Note that devstack is going to break for docker and Nova master right now. We're in the middle of moving the docker driver. In the meantime, use a rev of Nova before this merge: https://review.openstack.org/#/c/79740/ Once the following change for the new repo merges, we can update

Re: [openstack-dev] Climate Incubation Application

2014-03-12 Thread Dina Belova
Thanks TC for spending time on Blazar (ex. Climate, in process of renaming) discussion! It was decided that potentially reservation idea is interesting for OS and it'll be great to have cross-project session on ongoing Atlanta Summit and discuss future of reservation/scheduling management in

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread CARVER, PAUL
I have personally witnessed someone (honestly, not me) select Terminate Instance when they meant Reboot Instance and that mistake is way too easy. I'm not sure if it was a brain mistake or mere slip of the mouse, but it's enough to make people really nervous in a production environment. If

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Renat Akhmerov
I would just try to recreate virtual environments. We haven’t been able to reproduce this problem so far. Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 16:32, Nikolay Makhotkin nmakhot...@mirantis.com wrote: maybe something wrong with python2.6?

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

2014-03-12 Thread Sean Dague
On 03/12/2014 07:36 AM, Russell Bryant wrote: Note that devstack is going to break for docker and Nova master right now. We're in the middle of moving the docker driver. In the meantime, use a rev of Nova before this merge: https://review.openstack.org/#/c/79740/ Once the following

[openstack-dev] Travis yaml file on Horizon

2014-03-12 Thread Adam Nelson
I see that horizon doesn't use Travis CI Is that a political decision? If not, would there be resistance to adding a minimal .travis.yml file to horizon/master so that other people can use travis for their public horizon repos? Travis requires the file to exist on all branches for historical

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Flavio Percoco
On 12/03/14 07:18 -0400, Sean Dague wrote: On 03/12/2014 06:38 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam. https://review.openstack.org/#/c/79710/ This change

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Flavio Percoco
On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam. https://review.openstack.org/#/c/79710/ This change introduces a backward incompatible change to defaults with Havana. If a user has chosen to

Re: [openstack-dev] [neutron] Difficult to understand message when using incorrect role against object in Neutron

2014-03-12 Thread Adam Young
On 03/11/2014 11:42 AM, Sudipta Biswas3 wrote: Hi all, I'm hitting a scenario where, a user runs an action against an object in neutron for which they don't have the authority to perform the action(perhaps their role allows read of the object, but not update). The following returned to back

Re: [openstack-dev] [TripleO] os-cloud-config ssh access to cloud

2014-03-12 Thread Adam Young
On 03/11/2014 01:20 PM, Clint Byrum wrote: Excerpts from Adam Young's message of 2014-03-11 07:50:58 -0700: On 03/11/2014 05:25 AM, Dmitry Mescheryakov wrote: For what it's worth in Sahara (former Savanna) we inject the second key by userdata. I.e. we add echo ${public_key}

[openstack-dev] [oslo.messaging] [zeromq] nova-rpc-zmq-receiver bottleneck

2014-03-12 Thread yatin kumbhare
When zeromq is use as rpc-backend, nova-rpc-zmq-receiver service needs to be run on every node. zmq-receiver receives messages on tcp://*:9501 with socket type PULL and based on topic-name (which is extracted from received data), it forwards data to respective local services, over IPC protocol.

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Sean Dague
On 03/12/2014 09:01 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam. https://review.openstack.org/#/c/79710/ This change introduces a backward incompatible change to

Re: [openstack-dev] [sahara] Sahara (ex. Savanna) project renaming process [savanna]

2014-03-12 Thread Sergey Lukjanov
All repos has been renamed, all launchpad projects too, bps/issues mappings updated too. Additionally, we're ready to start moving to the new irc channel, I'll make separated announcements for both events. On Tue, Mar 11, 2014 at 5:38 PM, Sergey Lukjanov slukja...@mirantis.com wrote: RE

[openstack-dev] [sahara] all git repos / lp projects has been renamed to sahara [savanna]

2014-03-12 Thread Sergey Lukjanov
Hi folks, please, note that all repos has been renamed. You should update your git remotes and gerrit queries. .gitreview updates are on the go. Devstack/Tempest jobs aren't working now waiting to the update in DevStack, I'll make a note when it'll start working. Savanna-ci will be updated soon

Re: [openstack-dev] [OpenStack-Dev] Refresher on OSLO-Incubator

2014-03-12 Thread Doug Hellmann
On Tue, Mar 11, 2014 at 11:07 PM, John Griffith john.griff...@solidfire.com wrote: Hey Everyone, I wanted to send an email out to point out something that we ran across in Cinder yesterday. First I want to review my understanding of how OSLO-Incubator is intended to work: The idea behind

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

2014-03-12 Thread Russell Bryant
On 03/12/2014 08:02 AM, Sean Dague wrote: On 03/12/2014 07:36 AM, Russell Bryant wrote: Note that devstack is going to break for docker and Nova master right now. We're in the middle of moving the docker driver. In the meantime, use a rev of Nova before this merge:

Re: [openstack-dev] [Nova] What is the currently accepted way to do plugins

2014-03-12 Thread Murray, Paul (HP Cloud Services)
Reviewing this thread to come to a conclusion (for myself at least - and hopefully so I can document something so reviewers know why I did it) For approach: 1. plugins should use stevedore with entry points (as stated by Russell) 2. the plugins should be explicitly selected through

[openstack-dev] [neutron][devstack] Working config for Neutron install by DevStack?

2014-03-12 Thread Mike Spreitzer
I want to use DevStack to install and configure OpenStack with Neutron, into a VM in an OpenStack undercloud. I looked at https://wiki.openstack.org/wiki/NeutronDevstack and tried that, and failed. Looking deeper, I see there are very important additional details to pay attention to: flat

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

2014-03-12 Thread Paul Czarkowski
There is a bug in the default docker registry. Set this is your localrc and it should work DOCKER_REGISTRY_IMAGE=samalba/docker-registry On 3/12/14 1:35 AM, urgensherpa sherpa.ur...@outlook.com wrote: hello there,i setup using devstack ..below is my docker version output

[openstack-dev] [sahara] moving to the #openstack-sahara channel [savanna]

2014-03-12 Thread Sergey Lukjanov
Hi folks, let's start using new IRC channel #openstack-sahara at freenode (let's do it right now). Channel logs are available at eavesdrop [0] and git bot already works ok. **Sahara core team, please, keep looking into the obsolete #savanna channel to help folks moving to the right place.**

[openstack-dev] [Infra] [Savanna] [Sahara] [Ceilometer] [Chef] Gerrit maintenance concluded

2014-03-12 Thread Jeremy Stanley
This message is a reminder to update remotes on any of your local clones of the following repositories which we just renamed: openstack/python-savannaclient - openstack/python-saharaclient openstack/savanna - openstack/sahara openstack/savanna-dashboard -

Re: [openstack-dev] [sahara] Sahara (ex. Savanna) project renaming process [savanna]

2014-03-12 Thread Sergey Lukjanov
Blueprint for renaming in docs has been added - https://blueprints.launchpad.net/sahara/+spec/savanna-renaming-docs Erik B. volunteered to cover it, thanks for him. On Wed, Mar 12, 2014 at 6:09 PM, Sergey Lukjanov slukja...@mirantis.com wrote: All repos has been renamed, all launchpad projects

Re: [openstack-dev] Climate Incubation Application

2014-03-12 Thread Russell Bryant
On 03/12/2014 07:35 AM, Dina Belova wrote: Thanks TC for spending time on Blazar (ex. Climate, in process of renaming) discussion! It was decided that potentially reservation idea is interesting for OS and it'll be great to have cross-project session on ongoing Atlanta Summit and discuss

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Joshua Harlow
Understandable, Humans will be humans after all. To me if openstsck is a cloud platform then coming along with it should be best practices that come with the usage of a cloud platform (treat your instances as ephemeral, use configuration management, save your stuff in source control...). I

Re: [openstack-dev] [TripleO] os-cloud-config ssh access to cloud

2014-03-12 Thread Jiří Stránský
On 11.3.2014 15:50, Adam Young wrote: On 03/11/2014 05:25 AM, Dmitry Mescheryakov wrote: For what it's worth in Sahara (former Savanna) we inject the second key by userdata. I.e. we add echo ${public_key} ${user_home}/.ssh/authorized_keys to the other stuff we do in userdata. Dmitry

Re: [openstack-dev] [Oslo] Improving oslo-incubator update.py

2014-03-12 Thread Duncan Thomas
On 15 January 2014 18:53, Brant Knudson b...@acm.org wrote: At no point do I care what are the different commits that are being brought in from oslo-incubator. If the commits are listed in the commit message then I feel an obligation to verify that they got the right commits in the message

Re: [openstack-dev] Travis yaml file on Horizon

2014-03-12 Thread Joshua Harlow
Openstack has it's own CI system that is independent of travis, so I'm not sure the benefit of adding it into horizons repo. If u have a public fork what stops u from putting the file/s in that fork? Seems like u should be able to manipulate your fork however u want. Sent from my really tiny

Re: [openstack-dev] Climate Incubation Application

2014-03-12 Thread Sylvain Bauza
Hi Russell, Thanks for replying, 2014-03-12 16:46 GMT+01:00 Russell Bryant rbry...@redhat.com: On 03/12/2014 07:35 AM, Dina Belova wrote: Thanks TC for spending time on Blazar (ex. Climate, in process of renaming) discussion! It was decided that potentially reservation idea is

Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-12 Thread Dan Smith
Hmm... I guess the blueprint summary led me to believe that nova-network no longer needs to hit the database. Yeah, using objects doesn't necessarily mean that the rest of the direct database accesses go away. However, I quickly cooked up the rest of what is required to get this done:

[openstack-dev] any recommendations for live debugging of openstack services?

2014-03-12 Thread Chris Friesen
Are there any tools that people can recommend for live debugging of openstack services? I'm looking for a mechanism where I could take a running system that isn't behaving the way I expect and somehow poke around inside the program while it keeps running. (Sort of like tracepoints in gdb.)

[openstack-dev] [Congress] Policy types

2014-03-12 Thread Tim Hinrichs
Hi all, We started a discussion on IRC yesterday that I'd like to continue. The main question is what kind of policy does a Congress user actually write? I can see three options. The first two focus on actions (API calls that make changes to the state of the cloud) and the last focuses on

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Jay Pipes
On Wed, 2014-03-12 at 11:37 +, CARVER, PAUL wrote: I have personally witnessed someone (honestly, not me) select Terminate Instance when they meant Reboot Instance and that mistake is way too easy. I'm not sure if it was a brain mistake or mere slip of the mouse, but it's enough to make

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Sean Dague
On 03/12/2014 01:10 PM, Jay Pipes wrote: On Wed, 2014-03-12 at 07:18 -0400, Sean Dague wrote: On 03/12/2014 06:38 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam.

Re: [openstack-dev] testr help

2014-03-12 Thread Zane Bitter
On 10/03/14 20:29, Robert Collins wrote: Which bits look raw? It should only show text/* attachments, non-text should be named but not dumped. I was thinking of the: pythonlogging:'': {{{ part. - ZB ___ OpenStack-dev mailing list

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Johannes Erdfelt
On Wed, Mar 12, 2014, CARVER, PAUL pc2...@att.com wrote: I have personally witnessed someone (honestly, not me) select Terminate Instance when they meant Reboot Instance and that mistake is way too easy. I'm not sure if it was a brain mistake or mere slip of the mouse, but it's enough to make

Re: [openstack-dev] [oslo.messaging] mongodb notification driver

2014-03-12 Thread Sandy Walsh
You may want to consider StackTach for troubleshooting (that's what it was initially created for) https://github.com/rackerlabs/stacktach It will consume and record the events as well as give you a gui and cmdline tools for tracing calls by server, request_id, event type, etc. Ping me if you

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Jay Pipes
On Wed, 2014-03-12 at 13:21 -0400, Sean Dague wrote: On 03/12/2014 01:10 PM, Jay Pipes wrote: On Wed, 2014-03-12 at 07:18 -0400, Sean Dague wrote: On 03/12/2014 06:38 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Tim Bell
And if the same mistake is done for a cinder volume or a trove database ? Tim -Original Message- From: Joshua Harlow [mailto:harlo...@yahoo-inc.com] Sent: 12 March 2014 17:02 To: OpenStack Development Mailing List (not for usage questions) Cc: OpenStack Development Mailing List

Re: [openstack-dev] [Trove] development workflows

2014-03-12 Thread Greg Lucas
Craig Vyvial wrote: Thats really cool. +1, thanks Mat for writing this up. I'm going to experiment with this approach... Mat Lowery wrote: Assuming my doc is desirable in some form, where is the best place to put it? Thanks. This seems similar to some of the pages under

Re: [openstack-dev] [Horizon] test_launch_instance_post questions

2014-03-12 Thread Abishek Subramanian (absubram)
Hi all, jpich, amotoki and toshi, I'm including a link to a small set of diff to show you what I'm trying to do. It is obviously a small subset of what I want to do. https://www.dropbox.com/s/r7khv7gvdcd02gl/launch_instance_post_diff.patch But to illustrate the issue I am seeing and to help my

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Manas Kelshikar
I pasted only for python 2.6 but exact same errors with 2.7. Also, I posted this question after I nuked my entire dev folder so this was being run on a new environment. /Manas On Wed, Mar 12, 2014 at 4:44 AM, Renat Akhmerov rakhme...@mirantis.comwrote: I would just try to recreate virtual

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Jay Pipes
On Wed, 2014-03-12 at 17:35 +, Tim Bell wrote: And if the same mistake is done for a cinder volume or a trove database ? Snapshots and backups? Best, -jay -Original Message- From: Joshua Harlow [mailto:harlo...@yahoo-inc.com] Sent: 12 March 2014 17:02 To: OpenStack

Re: [openstack-dev] [all][db][performance] Proposal: Get rid of soft deletion (step by step)

2014-03-12 Thread Tim Bell
If you want to archive images per-say, on deletion just export it to a 'backup tape' (for example) and store enough of the metadata on that 'tape' to re-insert it if this is really desired and then delete it from the database (or do the export... asynchronously). The same could be said

Re: [openstack-dev] Travis yaml file on Horizon

2014-03-12 Thread Monty Taylor
On 03/12/2014 05:00 AM, Adam Nelson wrote: I see that horizon doesn't use Travis CI Is that a political decision? No. It's a technical one. I'm not sure if you know, but OpenStack runs a pretty massive and amazing CI system. If not, would there be resistance to adding a minimal

Re: [openstack-dev] [Glance] Need to revert Don't enable all stores by default

2014-03-12 Thread Mark Washenberger
On Wed, Mar 12, 2014 at 6:40 AM, Sean Dague s...@dague.net wrote: On 03/12/2014 09:01 AM, Flavio Percoco wrote: On 11/03/14 16:25 -0700, Clint Byrum wrote: Hi. I asked in #openstack-glance a few times today but got no response, so sorry for the list spam.

Re: [openstack-dev] [Congress] Policy types

2014-03-12 Thread p
Hi Tim, All, I was in the discussion yesterday (kudva), and would like to start gradually contributing to the code base. So, this discussion below is based on my limited exploration of Congress code, running it. I am trying some small pieces to implement to familiarize. Please view it as such.

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-12 Thread Matt Riedemann
On 2/25/2014 6:36 AM, Matthew Booth wrote: I'm new to Nova. After some frustration with the review process, specifically in the VMware driver, I decided to try to visualise how the review process is working across Nova. To that end, I've created 2 graphs, both attached to this mail. Both

Re: [openstack-dev] testr help

2014-03-12 Thread Jason Dunsmore
On Wed, Mar 12 2014, John Dennis wrote: On 03/12/2014 01:22 PM, Zane Bitter wrote: On 10/03/14 20:29, Robert Collins wrote: Which bits look raw? It should only show text/* attachments, non-text should be named but not dumped. I was thinking of the: pythonlogging:'': {{{ part. Yes,

[openstack-dev] [QA] Meeting Thursday March 13th at 17:00UTC

2014-03-12 Thread Matthew Treinish
Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, March 13th at 17:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome to add an item to

Re: [openstack-dev] [Congress] Policy types

2014-03-12 Thread prabhakar Kudva
Hi Tim, All, I was in the discussion yesterday (kudva), and would like to start gradually contributing to the code base. So, this discussion below is based on my limited exploration of Congress code, running it. I am trying some small pieces to implement to familiarize. Please view it as such.

[openstack-dev] [heat][neutron] OS::Heat::AutoScalingGroup and OS::Neutron::PoolMember?

2014-03-12 Thread Mike Spreitzer
Has anybody exercised the case of OS::Heat::AutoScalingGroup scaling a nested stack that includes a OS::Neutron::PoolMember? Should I expect this to work? Thanks, Mike___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [heat][neutron] OS::Heat::AutoScalingGroup and OS::Neutron::PoolMember?

2014-03-12 Thread Fox, Kevin M
I submitted a blueprint a while back that I think is relevant: https://blueprints.launchpad.net/heat/+spec/elasticloadbalancing-lbaas Currently heat autoscaling doesn't interact with Neutron lbaas and the configurable bits aren't configurable enough to allow it without code changes as far as I

[openstack-dev] [Congress][Data Integration]

2014-03-12 Thread Rajdeep Dua
Need some guidance on how to convert nested types into flat tuples. Also should we reorder the tuple values in a particular sequence? Thanks Rajdeep As an example i have shown networks and ports tuples with some nested types networks - tuple format --- keys (for reference)

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-12 Thread Davanum Srinivas
As was brought up on the IRC, +1 to refactor/rebase the code and adopt oslo.vmware in the process as well. The downside is a hit/rebase to all the reviews in progress. I strongly believe this is the right time to do this. -- dims On Wed, Mar 12, 2014 at 2:28 PM, Matt Riedemann

[openstack-dev] [Neutron][L3] Team Meeting Thursday at 1500 UTC

2014-03-12 Thread Carl Baldwin
Tomorrow's meeting will be at 1500 UTC in #openstack-meeting-3. The current agenda can be found at https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam#Agenda Watch out for your local daylight savings time shifts. Carl ___ OpenStack-dev

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Manas Kelshikar
Works ok if I directly run nosetests from the virtual environment or even in the IDE. I see this error only when I run tox. In anycase after looking at the specific testcases I can tell that the test makes some ordering assumptions which may not be required. I will send out a patch soon and we

Re: [openstack-dev] [Congress] Policy types

2014-03-12 Thread Tim Hinrichs
Hi Prabhakar, Thanks for the feedback. I'd be interested to hear what other policy types you have in mind. To answer your questions... We're planning on extending our policy language in such a way that you can use Python functions as conditions (atom in the grammar) in rules. That's on my

Re: [openstack-dev] [Congress][Data Integration]

2014-03-12 Thread Tim Hinrichs
Hi Rajdeep, This is an great problem to work on because it confronts one of the assumptions we're making in Congress: that cloud services can be represented as a collection of tables in a reasonable way. You're asking good questions here. More responses inline. Tim - Original

[openstack-dev] [Ironic] Manual scheduling nodes in maintenance mode

2014-03-12 Thread Chris Jones
Hey I wanted to throw out an idea that came to me while I was working on diagnosing some hardware issues in the Tripleo CD rack at the sprint last week. Specifically, if a particular node has been dropped from automatic scheduling by the operator, I think it would be super useful to be able to

[openstack-dev] [qa] Tests depending on conf boolean values that are False in the gate

2014-03-12 Thread David Kranz
I have recently reviewed a few patches (around testing consoles) that add new tests whose execution depends on False config options or introduce new ones that are False by default. The result is that the new tests do not run in any job. Since we have a policy that there should only be code in

[openstack-dev] [Neutron][LBaaS] Subteam meeting Thursday, 14-00 UTC

2014-03-12 Thread Eugene Nikanorov
Hi neutron and lbaas folks, Let's keep our regular meeting on Thursday, at 14-00 UTC at #openstack-meeting We'll update on current status and continue object model discussion. We have many new folks that are recently showed the interest in lbaas project asking for mini summit. I think it would

Re: [openstack-dev] [Ironic] Manual scheduling nodes in maintenance mode

2014-03-12 Thread Clint Byrum
Excerpts from Chris Jones's message of 2014-03-12 13:07:21 -0700: Hey I wanted to throw out an idea that came to me while I was working on diagnosing some hardware issues in the Tripleo CD rack at the sprint last week. Specifically, if a particular node has been dropped from automatic

Re: [openstack-dev] [Congress] Policy types

2014-03-12 Thread prabhakar Kudva
Hi Tim, Thanks for your comments. Would be happy to contribute to the propsal and code. The existing code already reflects the thoughts below, and got me in the line of ideas. Please orrect me if I am wrong as I am learning with these discussions: One part (reflected by code in policy

Re: [openstack-dev] [heat][neutron] OS::Heat::AutoScalingGroup and OS::Neutron::PoolMember?

2014-03-12 Thread Chris Armstrong
Hi Kevin, The design of OS::Heat::AutoScalingGroup should not require explicit support for load balancers. The design is meant to allow you to create a resource that wraps up both a OS::Heat::Server and a PoolMember in a template and use it via a Stack resource. (Note that Mike was talking

Re: [openstack-dev] [OpenStack-Infra] tgt restart fails in Cinder startup start: job failed to start

2014-03-12 Thread Sukhdev Kapur
Hi Roey, I made this change and have been running this fix on 4 different servers. I believe this fix works. Things are working very smoothly. I think we need to incorporate this change into devstack scripts or capture it in the documentation so that it saves some grief to the next person.

[openstack-dev] [sahara] team meeting Mar 13 1800 UTC [savanna]

2014-03-12 Thread Sergey Lukjanov
Hi folks, We'll be having the Sahara team meeting as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SaharaAgenda#Agenda_for_March.2C_13 http://www.timeanddate.com/worldclock/fixedtime.html?msg=Sahara+Meetingiso=20140313T18 The main topic is Do we

[openstack-dev] [openstack][Multi-Node][ML2][MechanismDriver] How to load mechanism driver on compute nodes

2014-03-12 Thread Nader Lahouti
Hi All, I installed multi nodes openstack (using devstack) with ML2 as core plugin. I need to perform a task when update_port_pre/post_commit methods is called during installation of VM. As I enabled q-svc and q-agt on control and only q-agt on the compute node, compute node won't run

Re: [openstack-dev] [openstack][Multi-Node][ML2][MechanismDriver] How to load mechanism driver on compute nodes

2014-03-12 Thread Sławek Kapłoński
Hello, Maybe I'm not an expert but You probably should use agent (like openvswitch agent) and send such messages from neutron server to compute nodes via RPC. This is how I do such things (I'm using openvswitch agent which is modified by me a little bit) -- Pozdrawiam Sławek Kapłoński Dnia

Re: [openstack-dev] OpenStack/GSoC

2014-03-12 Thread Sriram Subramanian
Victoria, When you click My Dashboard on the left hand side, you will see Connections, Proposals etc on your right, in the dashboard. Right below Connections, there are two links in smaller font, one which is the link to Connect (circled in blue in the attached snapshot). If you tried right after

Re: [openstack-dev] [Neutron] Docs for new plugins

2014-03-12 Thread Edgar Magana
You should be able to add your plugin here: http://docs.openstack.org/havana/config-reference/content/networking-options -plugins.html Thanks, Edgar From: Mohammad Banikazemi m...@us.ibm.com Date: Monday, March 10, 2014 2:40 PM To: OpenStack List openstack-dev@lists.openstack.org Cc: Edgar

Re: [openstack-dev] [Oslo] [Marconi] oslo.messaging on VMs

2014-03-12 Thread Dmitry Mescheryakov
Hey folks, Just wanted to thank you all for the input, it is really valuable. Indeed it seems like overall Marconi does what is needed, so I'll experiment with it. Thanks, Dmitry 2014-03-07 0:16 GMT+04:00 Georgy Okrokvertskhov gokrokvertsk...@mirantis.com: As a result of this discussion, I

Re: [openstack-dev] [Nova] What is the currently accepted way to do plugins

2014-03-12 Thread Christopher Yeoh
On Wed, 12 Mar 2014 14:31:13 + Murray, Paul (HP Cloud Services) pmur...@hp.com wrote: Reviewing this thread to come to a conclusion (for myself at least - and hopefully so I can document something so reviewers know why I did it) For approach: 1. plugins should use stevedore with

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-12 Thread Andrew Woodward
I'm confused as to why we arrived at the decision to revert the commits since Jay's patch was accepted. I'd like some details about this decision, and what new steps we need to take to get this back in for Juno. On Wed, Mar 12, 2014 at 3:57 AM, Sean Dague s...@dague.net wrote: On 03/12/2014

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-12 Thread Dan Smith
I'm confused as to why we arrived at the decision to revert the commits since Jay's patch was accepted. I'd like some details about this decision, and what new steps we need to take to get this back in for Juno. Jay's fix resolved the immediate problem that was reported by the user. However,

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-12 Thread Matt Riedemann
On 3/12/2014 6:32 PM, Dan Smith wrote: I'm confused as to why we arrived at the decision to revert the commits since Jay's patch was accepted. I'd like some details about this decision, and what new steps we need to take to get this back in for Juno. Jay's fix resolved the immediate problem

[openstack-dev] [State-Management] Agenda for meeting (tommorow) at 2000 UTC

2014-03-12 Thread Joshua Harlow
Hi all, The [state-management] project team holds a weekly meeting in #openstack-meeting on thursdays, 2000 UTC. The next meeting is tommorow, 2014-03-13!!! As usual, everyone is welcome :-) Link: https://wiki.openstack.org/wiki/Meetings/StateManagement Taskflow:

[openstack-dev] [QA][Tempest] Bug Day - Wed, 19th

2014-03-12 Thread Mauro S M Rodrigues
Hello everybody! In the last QA meeting I stepped ahead and volunteered to organize another QA Bug Day. This week wasn't a good one, so I thought to schedule it to the next Wednesday (March, 19th). If you think we need more time or something, please let me know. == Actions == Basically

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-12 Thread Arnaud Legendre
Hi Matt, I totally agree with you and actually we have been discussing this a lot internally the last few weeks. . As a top priority, the driver MUST integrate with oslo.vmware. This will be achieved through this chain of patches [1]. We want these patches to be merged before other things. I

Re: [openstack-dev] OpenStack/GSoC

2014-03-12 Thread Andronidis Anastasios
Hello everyone, I am a student and I can not see Connections anywhere. I also tried to re-loging, but still nothing. Is it sure that this Connections link exists in students too? I also have a second question, concerning the template on google-melange. Do we have to just answer the questions

Re: [openstack-dev] OpenStack/GSoC

2014-03-12 Thread Davanum Srinivas
Andronidis, not sure, we can ask others on the irc meeting tomorrow. Please answer the questions on the template, and if you see the last one is about links to your proposal on the openstack wiki. On Wed, Mar 12, 2014 at 8:40 PM, Andronidis Anastasios andronat_...@hotmail.com wrote: Hello

Re: [openstack-dev] OpenStack/GSoC

2014-03-12 Thread Andronidis Anastasios
Ok, thank you very much! Anastasis On 13 Μαρ 2014, at 1:58 π.μ., Davanum Srinivas dava...@gmail.com wrote: Andronidis, not sure, we can ask others on the irc meeting tomorrow. Please answer the questions on the template, and if you see the last one is about links to your proposal on the

  1   2   >