[openstack-dev] [nova][cinder]Nova can't detach volume in init host routine

2015-04-28 Thread hao wang
Hi, everyone There is a Nova bug: https://bugs.launchpad.net/nova/+bug/1408865. https://review.openstack.org/#/c/147042/ The bug Scenario is: 1. create a vm using bootable volume. 2. delete this vm 3. restart service nova-compute when vm's task state is deleting. When nova-compute is up, vm

Re: [openstack-dev] docker with Juno devstack

2015-04-28 Thread Murali B
Hi Srinivas, Thank you for your response. I found there is bug on this nova-docker https://bugs.launchpad.net/nova-docker/+bug/1449273 after fixing the code from https://review.openstack.org/#/c/165196/ Able to create the docker image successfully using nova Thanks -Murali

Re: [openstack-dev] [Fuel] Speed Up RabbitMQ Recovering

2015-04-28 Thread Bogdan Dobrelya
On 28.04.2015 15:15, Bogdan Dobrelya wrote: Hello, Zhou Yes, this is a known issue [0]. Note, there were many bugfixes, like [1],[2],[3], merged for MQ OCF script, so you may want to try to backport them as well by the following guide [4] [0]

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Doug Hellmann
Excerpts from Kevin L. Mitchell's message of 2015-04-27 17:38:25 -0500: On Mon, 2015-04-27 at 21:42 +, Jeremy Stanley wrote: I consider it an unfortunate oversight that those files weren't deleted a very, very long time ago. Unfortunately, there's one problem with that: you can't tell

[openstack-dev] [Driverlog] Feel free to add your drivers for Kilo release into Driverlog

2015-04-28 Thread Irina Povolotskaya
Hi to all, I'd like to remind you about Driverlog, nice tool that joins our efforts in keeping information on OpenStack drivers up-to-date. You can get the latest information on drivers in 2 different sources: Driverlog itself [1] and OpenStack marketplace [2]. There is a number of brand new

[openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Michael Klishin
Hi,  I'm a RabbitMQ engineering team member and we'd like to help improve OpenStack docs around it. I've been reading the docs and making notes of what can be improved. We'd be happy to contribute the changes. However, we're not very familiar with the OpenStack development process and have a

Re: [openstack-dev] [Fuel] Speed Up RabbitMQ Recovering

2015-04-28 Thread Bogdan Dobrelya
Hello, Hello, Zhou I using Fuel 6.0.1 and find that RabbitMQ recover time is long after power failure. I have a running HA environment, then I reset power of all the machines at the same time. I observe that after reboot it usually takes 10 minutes for RabittMQ cluster to appear running

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Davanum Srinivas
Michael, Have you seen this? https://github.com/openstack/ha-guide/tree/master/doc/high-availability-guide/ha_aa_rabbitmq That url was built from this github repo: https://github.com/openstack/ha-guide/tree/master/doc/high-availability-guide/ha_aa_rabbitmq There's a weekly meeting for the HA

[openstack-dev] [EC2 API] Cancelling today's team meeting - 04/28/2015

2015-04-28 Thread M Ranga Swami Reddy
Team, We decided to cancel today’s meeting because a number of key members won’t be able to attend. Thanks Swami __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [Keystone][Glance] Hierarchical multitenancy and Glance?

2015-04-28 Thread Geoff Arnold
Yes. 100% upstream. And although I’ve referred to it as “reseller” (following the previous Keystone BP), it’s a much more generic pattern. Long term, I think it turns into something like a supply chain framework for services. Geoff On Apr 28, 2015, at 3:51 AM, Tim Bell tim.b...@cern.ch

Re: [openstack-dev] [heat] Kubernetes AutoScaling with Heat AutoScalingGroup and Ceilometer

2015-04-28 Thread Qiming Teng
On Mon, Apr 27, 2015 at 12:28:01PM -0400, Rabi Mishra wrote: Hi All, Deploying Kubernetes(k8s) cluster on any OpenStack based cloud for container based workload is a standard deployment pattern. However, auto-scaling this cluster based on load would require some integration between k8s

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Doug Hellmann
Excerpts from Chris Dent's message of 2015-04-27 23:20:39 +0100: On Mon, 27 Apr 2015, Doug Hellmann wrote: I believe all of the posts were on the main OpenStack foundation blog under the technical committee tag [1], and they also went to planet.openstack.org for folks who subscribe to the

[openstack-dev] [kolla] implement openvswitch container

2015-04-28 Thread FangFenghua
I want to enbale openvswitch container. I tink i can do that like: 1 add a container that run ovs process2 add a container that run neutron-openvswitch-agent3 share the db.sock in compose.yaml4 add configure script and check script for the 2 containers that's all i need to do, right?

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Michael Klishin
On 28 April 2015 at 16:44:32, Michael Klishin (mklis...@pivotal.io) wrote: At this stage I'm trying to understand the process more than anything. E.g. how can documentation improvements to Kilo be contributed after it ships. Some of the improvements we have in mind are not HA-related.

Re: [openstack-dev] Problem in loading image in sahara open stack

2015-04-28 Thread Nikolay Starodubtsev
Hi Sonal, Am I right and you can't just upload an image to glance image-registry? Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 2015-04-28 16:28 GMT+03:00 Sonal Singh sonal.si...@aricent.com: Hi, I have installed Sahara openstack using devstack.

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Michael Klishin
On 28 April 2015 at 16:33:35, Davanum Srinivas (dava...@gmail.com) wrote: Hello Michael. Just moving your thread to the correct mailling list. Apologies, I've signed up to openstack-docs now and will re-post there.  -- MK Staff Software Engineer, Pivotal/RabbitMQ

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Michael Klishin
On 28 April 2015 at 16:33:35, Davanum Srinivas (dava...@gmail.com) wrote: Have you seen this? https://github.com/openstack/ha-guide/tree/master/doc/high-availability-guide/ha_aa_rabbitmq That url was built from this github repo:

Re: [openstack-dev] [Keystone][Glance] Hierarchical multitenancy and Glance?

2015-04-28 Thread Rodrigo Duarte Sousa
Hi all, Our team in the Federal University of Campina Grande implemented the initial Hierarchical Multitenancy support and now we are implementing the Reseller use case in Keystone. Already answering Travis question, in the Reseller solution we are merging the domains and projects entities:

Re: [openstack-dev] [Keystone][Glance] Hierarchical multitenancy and Glance?

2015-04-28 Thread Tim Bell
Geoff, Would the generic parts of your reseller solution by contributed to the upstream projects (e.g. glance, horizon, ceilometer) ? It would be good to get the core components understanding hierarchical multitenancy for all the use cases. The nova quota work is being submitted upstream for

Re: [openstack-dev] [all] Dependency management summit sessions

2015-04-28 Thread Sean Dague
On 04/27/2015 05:53 PM, Robert Collins wrote: Hi, so - https://libertydesignsummit.sched.org/event/4da45ec1390dadcfc1d8a73decbf3f19#.VT6urd_va00 Is an ops track session about dependencies - focusing on the operational side (mysql, mongo, rabbit etc). I'd love to have some developer

[openstack-dev] [Neutron] Kilo RC3 available

2015-04-28 Thread Thierry Carrez
Hello everyone, Due to a security issue (bug 1447883) discovered in RC2 testing, a new Neutron release candidate was just created for Kilo. The list of RC3 last-minute fixes, as well as the RC3 tarballs are available at: https://launchpad.net/neutron/kilo/kilo-rc3 At this late stage, these

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Jay Pipes
On 04/27/2015 06:38 PM, Kevin L. Mitchell wrote: On Mon, 2015-04-27 at 21:42 +, Jeremy Stanley wrote: I consider it an unfortunate oversight that those files weren't deleted a very, very long time ago. Unfortunately, there's one problem with that: you can't tell tox to use a virtualenv

[openstack-dev] [Elections] Vote Vote Vote in the TC election!

2015-04-28 Thread Tristan Cacqueray
We are coming down the the last day plus hours for voting in the TC election. Search your gerrit preferred email address[0] for the following subject: Poll: OpenStack Technical Committee (TC) Election - April 2015 That is your ballot and links you to the voting application. Please vote. If you

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Wanjing Xu
Brandon Just saw this. So using horizon, when adding a member to the pool, I can either select from active vm lists, or just specify ip address of the member. There is no subnet selection on this page. So what is the usage of pool subnet what I have to enter when creating pool on horizon?

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Bharath M
Hi Wanjing, As it's Juno, I assume you are using LBaaSv1. If that's the case, as Brandon pointed, there's no subnet-id switch in the neutron lb-member-create command. Having said that you still use the subnet-id in both the following commands: neutron lb-pool-create neutron lb-vip-create You

Re: [openstack-dev] [Neutron] [Nova] [Cinder] [tc] Should Openstack project maintained by core team keep only API/DB in the future?

2015-04-28 Thread loy wolfe
On Wed, Apr 29, 2015 at 2:59 AM, Kevin Benton blak...@gmail.com wrote: The concern is that having broken drivers out there that claim to work with an OpenStack project end up making the project look bad. It's similar to a first time Linux user experiencing frequent kernel panics because they

[openstack-dev] [Ceilometer] Why ceilometer do not offer run_tests.sh script?

2015-04-28 Thread Luo Gangyi
Hi guys, When I try to run unit tests of ceilometer, I find there is no run_tests.sh script offers. And when I use tox directly, I got a message ' 'Could not find mongod command'. So another question is why unit tests needs mongo? Can someone give me some hint? Thanks a lot.

Re: [openstack-dev] [magnum] Proposal for Madhuri Kumari to join Core Team

2015-04-28 Thread Jay Lau
+1, welcome Madhuri! 2015-04-29 0:00 GMT+08:00 Adrian Otto adrian.o...@rackspace.com: +1 On Apr 28, 2015, at 8:14 AM, Steven Dake (stdake) std...@cisco.com wrote: Hi folks, I would like to nominate Madhuri Kumari to the core team for Magnum. Please remember a +1 vote indicates your

Re: [openstack-dev] [Manila] Two nominations for Manila Core Reviewer Team

2015-04-28 Thread Ben Swartzlander
On 04/22/2015 02:23 PM, Ben Swartzlander wrote: I would like to nominate Thomas Bechtold to join the Manila core reviewer team. Thomas has been contributing to Manila for close to 6 months and has provided a good number of quality code reviews in addition to a substantial amount of

Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Brandon Logan
?So that is the right URL for the statuses call. As I understand the issue the statuses call is correctly changing the operating status to DISABLED correct? The problem is when you do an operationg on a loadbalancer and admin_state_up = False. In that case the body returned for those

Re: [openstack-dev] [Horizon] Core Reviewer Update

2015-04-28 Thread Lin Hua Cheng
Congrats Doug, Rob and Travis! thanks for all the hard work On Tue, Apr 28, 2015 at 3:57 PM, David Lyle dkly...@gmail.com wrote: I am pleased to announce the addition of Doug Fish, Rob Cresswell and Travis Tripp to the Horizon Core Reviewer team. Doug Fish has been an active reviewer and

Re: [openstack-dev] [heat] Stack/Resource updated_at conventions

2015-04-28 Thread Zane Bitter
On 28/04/15 03:56, Steven Hardy wrote: On Mon, Apr 27, 2015 at 06:41:52PM -0400, Zane Bitter wrote: On 27/04/15 13:38, Steven Hardy wrote: On Mon, Apr 27, 2015 at 04:46:20PM +0100, Steven Hardy wrote: AFAICT there's two options: 1. Update the stack.Stack so we store now at every transition

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Wanjing Xu
Thanks, Brandon. I am using V1. And trying to create via horizon, this field is the mandatory field in horizon creating pool pageWanjing From: brandon.lo...@rackspace.com To: openstack-dev@lists.openstack.org Date: Tue, 28 Apr 2015 01:40:00 + Subject: Re: [openstack-dev] [Neutron][LBaaS]

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Christopher Aedo
On Tue, Apr 28, 2015 at 2:56 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-04-28 16:08:03 -0400 (-0400), Jay Pipes wrote: Honestly, I see no problem with some helper bash scripts that simplify life for new contributors. [...] [...] I remember it happening regularly before we started

Re: [openstack-dev] [heat] Kubernetes AutoScaling with Heat AutoScalingGroup and Ceilometer

2015-04-28 Thread Georgy Okrokvertskhov
You can take a look onto Murano Kubernetes package. There is no autoscaling out of the box, but it will be quite trivial to add a new action for that as there are functions to add new ETC and Kubernetes nodes on master as well as there is a function to add a new VM. Here is an example of a

Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Madhusudhan Kandadai
Yes you are right. The statuses call is correctly changing the operating status to DISABLED, but not showing operating status as DISABLED when doing POST/PUT/GET on loadbalancer upon specifying admin_state_up as 'False' explicitly. Thanks for confirming though. Madhu On Tue, Apr 28, 2015 at 6:59

[openstack-dev] [Horizon] Core Reviewer Update

2015-04-28 Thread David Lyle
I am pleased to announce the addition of Doug Fish, Rob Cresswell and Travis Tripp to the Horizon Core Reviewer team. Doug Fish has been an active reviewer and participant in Horizon for a few releases now. He represents a strong customer focus and has provided high quality reviews. Rob

Re: [openstack-dev] [Horizon] Core Reviewer Update

2015-04-28 Thread Thai Q Tran
Welcome to the team Doug, Rob, and Travis!!!-David Lyle dkly...@gmail.com wrote: -To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgFrom: David Lyle dkly...@gmail.comDate: 04/28/2015 04:00PMSubject: [openstack-dev] [Horizon] Core Reviewer UpdateI am pleased to

Re: [openstack-dev] [puppet] beaker-rspec tests blueprint

2015-04-28 Thread Emilien Macchi
On 04/28/2015 04:16 PM, Gabriele Cerami wrote: Hi, for people who, like me, would like to contribute to the effort of adding tests to the upcoming beaker-rspec framework, could be really helpful discussing about the scope, requirements and goals for the framework and for a test to make

Re: [openstack-dev] [neutron][QoS] service-plugin or not discussion

2015-04-28 Thread Miguel Angel Ajo Pelayo
On 24/4/2015, at 19:42, Armando M. arma...@gmail.com wrote: On 24 April 2015 at 01:47, Miguel Angel Ajo Pelayo mangel...@redhat.com mailto:mangel...@redhat.com wrote: Hi Armando Salvatore, On 23/4/2015, at 9:30, Salvatore Orlando sorla...@nicira.com mailto:sorla...@nicira.com

Re: [openstack-dev] [swift] install custom middleware via devstack

2015-04-28 Thread gordon chung
Hi I'm working on a custom middleware which will place on swift-proxy pipeline, just before the latest proxy-logging. how can I force devstack to install my middleware just as I run ./stack.sh? #The point is that I'm looking for a mature and standard to do it, so I'm not going to just

Re: [openstack-dev] [Neutron] A big tent home for Neutron backend code

2015-04-28 Thread Russell Bryant
On 04/27/2015 08:52 PM, Armando M. wrote: Any project that fails to meet the criteria later can be dropped at any time. For example, if some repo is clearly unmaintained, it can be removed. If we open the door to excluding projects down the road, then wouldn't we need to

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Christian Berendt
Hello Michael. Just moving your thread to the correct mailling list. Christian. On 04/28/2015 02:58 PM, Michael Klishin wrote: Hi, I'm a RabbitMQ engineering team member and we'd like to help improve OpenStack docs around it. I've been reading the docs and making notes of what can be

Re: [openstack-dev] [Neutron] [Nova] [Cinder] [tc] Should Openstack project maintained by core team keep only API/DB in the future?

2015-04-28 Thread Luke Gorrie
On 28 April 2015 at 10:14, Duncan Thomas duncan.tho...@gmail.com wrote: If we allow third party CI to fail and wait for vendors to fix their stuff, experience has shown that they won't, and there'll be broken or barely functional drivers out there, and no easy way for the community to exert

Re: [openstack-dev] [Fuel] Speed Up RabbitMQ Recovering

2015-04-28 Thread Vladimir Kuklin
Hi, Zhou Thank you for writing these awesome recommendations. We will look into them and see whether they provide significant impact. BTW, we have found a bunch of issues with our 5.1 and 6.0 RabbitMQ OCF script and fixed them in current master. Would you be so kind as to check out the newest

[openstack-dev] [release][oslo][stable] oslo.messaging 1.8.2 (kilo)

2015-04-28 Thread Doug Hellmann
We are thrilled to announce the release of: oslo.messaging 1.8.2: Oslo Messaging API For more details, please see the git log history below and: http://launchpad.net/oslo.messaging/+milestone/1.8.2 Please report issues through launchpad: http://bugs.launchpad.net/oslo.messaging

[openstack-dev] [third-party] Announcing Third Party CI Tools Repo

2015-04-28 Thread Kurt Taylor
Hi all, The third party CI working group[1] have been discussing a way to share tools, configurations, and plugins best practices. This was an idea that started at the Paris summit because teams that are operating external CI systems have each created tools that make their life as CI operators

Re: [openstack-dev] Improving OpenStack documentation around RabbitMQ

2015-04-28 Thread Christian Berendt
Hello Michael. Just moving your thread to the correct mailling list. Sorry for my previous mail. Thunderbird autocompletion used the unsubscribe alias and not the correct mailinglist :( Christian. On 04/28/2015 02:58 PM, Michael Klishin wrote: Hi, I'm a RabbitMQ engineering team member

Re: [openstack-dev] [QA] Question about tempest API tests that establish SSH connection to instances

2015-04-28 Thread Yaroslav Lobankov
Guys, thank you for answers! Then I have one more question :) How do scenario tests (that establish SSH connection to instances) work? Regards, Yaroslav Lobankov. On Tue, Apr 28, 2015 at 12:27 PM, Lanoux, Joseph joseph.lan...@hp.com wrote: Hi, Actually, ssh connection is not yet

Re: [openstack-dev] install custom middleware via devstack

2015-04-28 Thread Jaume Devesa
Hi Ali, I don't know the details of what you want to achieve, but (not so) recently, devstack allows you to add Externally Hosted Plugins[1], from which Devstack loads an external repository and run any arbitrary code. This code will be sourced in each one of the Devstack's phases, so you can

Re: [openstack-dev] [Neutron] Bump the RPC version required for port_update - AgentNotifierApi

2015-04-28 Thread Russell Bryant
On 04/28/2015 06:25 AM, Rossella Sblendido wrote: On 04/28/2015 03:24 AM, Armando M. wrote: UnsupportedVersion error if the version is not bumped in their agent too. Could the server fall back and keep on using the old version of the API? I think that would

Re: [openstack-dev] [api] Missing meetings this week

2015-04-28 Thread Jay Pipes
On 04/27/2015 06:44 PM, Everett Toews wrote: Hi All, I’ll be out the next few days and will be missing our meetings. Specifically the cross-project meeting [1] and our API WG meeting [2]. I can host the API WG meeting, since I have that time free this week (finally) :) On the plus side I

[openstack-dev] Problem in loading image in sahara open stack

2015-04-28 Thread Sonal Singh
Hi, I have installed Sahara openstack using devstack. Now I am going to make multi node cluster in Sahara. For this I have made 1 master node and 4 worker node now when I am going to launch this cluster, I need shara-juno-vanilla image. For this I have downloaded this image. Now when I am

Re: [openstack-dev] [Ceilometer] Why ceilometer do not offer run_tests.sh script?

2015-04-28 Thread Lu, Lianhao
On Apr 29, 2015 09:49, Luo Gangyi wrote: Hi guys, When I try to run unit tests of ceilometer, I find there is no run_tests.sh script offers. And when I use tox directly, I got a message ' 'Could not find mongod command'. Please use setup-test-env-mongodb.sh instead. See tox.ini for

Re: [openstack-dev] [kolla] implement openvswitch container

2015-04-28 Thread Steven Dake (stdake)
From: FangFenghua fang_feng...@hotmail.commailto:fang_feng...@hotmail.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Tuesday, April 28, 2015 at 7:02 AM To:

Re: [openstack-dev] [puppet] creating a rubygems mirror for OpenStack

2015-04-28 Thread JJ Asghar
On Apr 27, 2015, at 9:19 PM, Emilien Macchi emil...@redhat.com wrote: Hi, Hey! All Puppet OpenStack jobs (lint, syntax, unit and beaker) are quite often affected by rubygems.org downtimes and make all jobs failing randomly because it can't download some gems during the bootstrap. This

Re: [openstack-dev] [QA] Question about tempest API tests that establish SSH connection to instances

2015-04-28 Thread Matthew Treinish
On Tue, Apr 28, 2015 at 02:21:27PM +0300, Yaroslav Lobankov wrote: Guys, thank you for answers! Then I have one more question :) How do scenario tests (that establish SSH connection to instances) work? So the scenario tests don't use the run_ssh flag, they just ssh in to servers when they

Re: [openstack-dev] [Neutron] Bump the RPC version required for port_update - AgentNotifierApi

2015-04-28 Thread Armando M.
On 28 April 2015 at 05:52, Russell Bryant rbry...@redhat.com wrote: On 04/28/2015 06:25 AM, Rossella Sblendido wrote: On 04/28/2015 03:24 AM, Armando M. wrote: UnsupportedVersion error if the version is not bumped in their agent too. Could the server fall back

[openstack-dev] [magnum] Proposal for Madhuri Kumari to join Core Team

2015-04-28 Thread Steven Dake (stdake)
Hi folks, I would like to nominate Madhuri Kumari to the core team for Magnum. Please remember a +1 vote indicates your acceptance. A –1 vote acts as a complete veto. Why Madhuri for core? 1. She participates on IRC heavily 2. She has been heavily involved in a really difficult

Re: [openstack-dev] [magnum] Proposal for Madhuri Kumari to join Core Team

2015-04-28 Thread Davanum Srinivas
+1 from me. welcome Madhuri! On Tue, Apr 28, 2015 at 11:14 AM, Steven Dake (stdake) std...@cisco.com wrote: Hi folks, I would like to nominate Madhuri Kumari to the core team for Magnum. Please remember a +1 vote indicates your acceptance. A –1 vote acts as a complete veto. Why Madhuri

Re: [openstack-dev] [heat] Kubernetes AutoScaling with Heat AutoScalingGroup and Ceilometer

2015-04-28 Thread Rabi Mishra
- Original Message - On Mon, Apr 27, 2015 at 12:28:01PM -0400, Rabi Mishra wrote: Hi All, Deploying Kubernetes(k8s) cluster on any OpenStack based cloud for container based workload is a standard deployment pattern. However, auto-scaling this cluster based on load would

Re: [openstack-dev] [magnum] Proposal for Madhuri Kumari to join Core Team

2015-04-28 Thread Adrian Otto
+1 On Apr 28, 2015, at 8:14 AM, Steven Dake (stdake) std...@cisco.commailto:std...@cisco.com wrote: Hi folks, I would like to nominate Madhuri Kumari to the core team for Magnum. Please remember a +1 vote indicates your acceptance. A –1 vote acts as a complete veto. Why Madhuri for core?

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Kevin L. Mitchell
On Mon, 2015-04-27 at 15:54 -0700, Clint Byrum wrote: Excerpts from Kevin L. Mitchell's message of 2015-04-27 15:38:25 -0700: On Mon, 2015-04-27 at 21:42 +, Jeremy Stanley wrote: I consider it an unfortunate oversight that those files weren't deleted a very, very long time ago.

Re: [openstack-dev] [puppet] Weekly meeting #33

2015-04-28 Thread Emilien Macchi
you tomorrow, [1] https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20150428 We did our meeting, you can read the notes: http://eavesdrop.openstack.org/meetings/puppet_openstack/2015/puppet_openstack.2015-04-28-15.00.html Have a great day, -- Emilien Macchi signature.asc

Re: [openstack-dev] [Ceilometer] Why ceilometer do not offer run_tests.sh script?

2015-04-28 Thread gordon chung
everything llu mentioned below. also, if you don't want to install mongo, you can run tests against mysql/postgres/elasticsearch instead using tox -epy-mysql, tox -epy-pgsql or tox -epy-elastic. if you want to debug the tests you can similar run tox -edebug-db cheers, gord

Re: [openstack-dev] [Ceilometer] Why ceilometer do notoffer run_tests.sh script?

2015-04-28 Thread Luo Gangyi
Thanks for your reply. Yes, we can do as you said. But still a bit weird using database in unit tests :) -- Luo gangyiluogan...@chinamobile.com -- Original -- From: Lu, Lianhao;lianhao...@intel.com; Date: Wed, Apr 29, 2015 10:18 AM

Re: [openstack-dev] [ceilometer] time based auto scaling

2015-04-28 Thread Fei Long Wang
+1, if you really care about time range, Mistral can meet your requirements. Besides, maybe not directly related, as for autoscaling, I always believe there should be a message queue service(like Zaqar) between the (web) application and the worker, a task request will be posted to the queue as a

Re: [openstack-dev] [Glance] Pre-Liberty Virtual Mini Summit

2015-04-28 Thread Nikhil Komawar
Hi all, Please note an important update on the schedule. Since we need to finalize the Glance summit sessions by May 8th, we have planned an earlier virtual meetup on Thursday May 7th 2015. We are still planning to have the discussions on May 12th and if necessary on May 13th. The details are

Re: [openstack-dev] [ceilometer] time based auto scaling

2015-04-28 Thread Fox, Kevin M
what about Mistral? https://wiki.openstack.org/wiki/Mistral Thanks, Kevin From: ZhiQiang Fan Sent: Tuesday, April 28, 2015 9:23:20 PM To: OpenStack Development Mailing List Subject: [openstack-dev] [ceilometer] time based auto scaling Hi devs, I'm thinking to

[openstack-dev] [sahara][CDH] Is it possible to add CDH5.4 into Kilo release now?

2015-04-28 Thread Chen, Ken
Hi all, Currently Cloudera has already release CDH5.4.0 version. I have already registered a bp and submitted two patches for it (https://blueprints.launchpad.net/sahara/+spec/cdh-5-4-support) . However, they are for master stream, and Cloudera hope it can be added to the latest release

Re: [openstack-dev] [Neutron] [Nova] [Cinder] [tc] Should Openstack project maintained by core team keep only API/DB in the future?

2015-04-28 Thread Fox, Kevin M
Yes, ml2 was created since each of the drivers used to be required to do everything themselves and it was decided it would be far better for everyone to share the common bits. Thats what ml2s about. Its not about implementing an sdn Thanks, Kevin From: loy

Re: [openstack-dev] [heat] Stack/Resource updated_at conventions

2015-04-28 Thread Angus Salkeld
On Tue, Apr 28, 2015 at 1:46 AM, Steven Hardy sha...@redhat.com wrote: Hi all, I've been looking into $subject recently, I raised this bug: https://bugs.launchpad.net/heat/+bug/1448155 Basically we've got some historically weird and potentially inconsistent behavior around updated_at, and

[openstack-dev] [ceilometer] time based auto scaling

2015-04-28 Thread ZhiQiang Fan
Hi devs, I'm thinking to add new type of alarm for time based auto scaling, but not sure if there is a better way to achieve it outside ceilometer scope Currently we can auto scaling based on vm load, but it will take several minutes to do it. For the worst case, when the vm load is heavy,

[openstack-dev] ?????? [ceilometer] time based auto scaling

2015-04-28 Thread Luo Gangyi
Agree with ZhiQiang. Maybe we could achieve this by heat itself or other project like Mistral, but it seems more natural to achieve this through ceilometer alarm system. -- Luo gangyiluogan...@chinamobile.com -- -- ??:

[openstack-dev] [infra][third-party][neutron-lbaas] git review - how to provide the URL to the test artifacts

2015-04-28 Thread Shane McGough
Hi all I am running into trouble with how to post back the link to the log artefacts after running the CI. I can see how this is done in zuul using the url_pattern in zuul.conf, but as it stands now I am only using jenkins and the command line to monitor gerrit and build test environments.

Re: [openstack-dev] [Nova][Neutron] Linuxbridge as the default in DevStack [was: Status of the nova-network to Neutron migration work]

2015-04-28 Thread Fox, Kevin M
This is all good stuff. Thanks. Does/Should the neutron docs have an openvswitch debugging page? This belongs there for easy access. Such a page might go a long way to alleviate fears over the openvswitch backend. Thanks, Kevin From: Attila Fazekas Sent:

Re: [openstack-dev] [glance] Call to action, revisit CIS state

2015-04-28 Thread Ian Cordasco
On 4/28/15, 00:31, Tripp, Travis S travis.tr...@hp.com wrote: On 4/27/15, 05:39, Kuvaja, Erno kuv...@hp.com wrote: The spec bluntly states that there is no security impact from the implementation and the concerns should have been brought up so reviewers would have had better chance to catch

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Jeremy Stanley
On 2015-04-28 16:30:21 +0100 (+0100), Chris Dent wrote: [...] What's important to avoid is the blog postings being only reporting of conclusions. They also need to be invitations to participate in the discussions. Yes, the mailing list, gerrit and meeting logs have some of the ongoing

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Doug Hellmann
Excerpts from Jeremy Stanley's message of 2015-04-28 16:21:17 +: On 2015-04-28 16:30:21 +0100 (+0100), Chris Dent wrote: [...] What's important to avoid is the blog postings being only reporting of conclusions. They also need to be invitations to participate in the discussions. Yes,

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Brandon Logan
?So someone pointed out that you were using lbaas for Juno, which would mean you aren't using LBaaS V2. So you're using V1. V1 member's do not take subnet_id as an attribute. Let me know how you are making your requests. Thanks, Brandon From: Brandon Logan

Re: [openstack-dev] [Nova][Neutron] Linuxbridge as the default in DevStack

2015-04-28 Thread Sean M. Collins
I wanted to provide a quick update - the patch is passing tests at the gate, however it is with a couple defaults hard-coded in. We are picking eth0 as the physical interface, and VLANs. https://review.openstack.org/#/c/168423/ I have another patch that is WIP that switches to VXLAN, but I also

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Ronald Bradford
Thanks again for the clarification. Your initial --notests was an option I was unaware of and I didn't take the time to try variations. I was familiar with invoking test names by regex I just thought it was more a convention. Regards Ronald On Tue, Apr 28, 2015 at 2:48 PM, Doug Hellmann

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Kevin L. Mitchell
On Tue, 2015-04-28 at 16:08 -0400, Jay Pipes wrote: Honestly, I see no problem with some helper bash scripts that simplify life for new contributors. The bash scripts do wonders for developers new to OpenStack or Python coding by having a pretty easy and readable way of determining what CLI

Re: [openstack-dev] Neutron Lbaas v2 not showing operating_status as inactive

2015-04-28 Thread Madhusudhan Kandadai
Hi Anand, There is an api which calls 'statuses' method.. I could see the status 'DISABLED' in: GET /lbaas/loadbalancers/loadbalancer_id/statuses. Maybe we need to correct the doc to reflect the right URL to avoid confusion. If that is the right API call, I shall update the bug and mark it as

[openstack-dev] [Nova] Kilo RC3 available

2015-04-28 Thread Thierry Carrez
Hello everyone, Due to a critical upgrade issue (bug 1448075) discovered in RC2 testing, a new Nova release candidate was just created for Kilo. The list of RC3 last-minute fixes, as well as the RC3 tarball are available at: https://launchpad.net/nova/kilo/kilo-rc3 At this late stage, this

[openstack-dev] [puppet] beaker-rspec tests blueprint

2015-04-28 Thread Gabriele Cerami
Hi, for people who, like me, would like to contribute to the effort of adding tests to the upcoming beaker-rspec framework, could be really helpful discussing about the scope, requirements and goals for the framework and for a test to make sense in this environment. I'd like to see, if possible,

Re: [openstack-dev] [qa] trimming down Tempest smoke tag

2015-04-28 Thread David Kranz
On 04/28/2015 06:38 AM, Sean Dague wrote: The Tempest Smoke tag was originally introduced to provide a quick view of your OpenStack environment to ensure that a few basic things were working. It was intended to be fast. However, during Icehouse the smoke tag was repurposed as a way to let

[openstack-dev] [Ironic] Weekly subteam status report

2015-04-28 Thread Ruby Loo
Hi, Following is the subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. Bugs (dtantsur) (As of Mon, 27 Apr, 15:20 UTC) Open: 145 (+2) 4 new (-4), 41 in progress (+7), 0 critical, 9 high (-1) and 11 (+3) incomplete Drivers

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Jeremy Stanley
On 2015-04-28 16:08:03 -0400 (-0400), Jay Pipes wrote: Honestly, I see no problem with some helper bash scripts that simplify life for new contributors. [...] Well, the main downside to them is that rather than serving as documentation of how to run the tests, they serve as a temptation to

[openstack-dev] Skipping Cross-Project meeting today

2015-04-28 Thread Thierry Carrez
Hi! The agenda for the cross-project meeting is currently pretty empty: https://wiki.openstack.org/wiki/Meetings/CrossProjectMeeting Since we are all pretty busy on release week, I propose we skip it and meet again next week. The only topic on the agenda was about officializing the Liberty

[openstack-dev] [stable] Additions to stable-maint-core

2015-04-28 Thread Thierry Carrez
Hi everyone, I'm pleased to announce that two well-known QA team members just accepted to join the stable-maint-core group: Matt Treinish and Matt Riedemann. Stable maint core team members ensure that the stable branches are working correctly and that the stable branch policy[1] is enforced

Re: [openstack-dev] [nova][python-novaclient] microversion implementation on client side

2015-04-28 Thread Devananda van der Veen
FWIW, we enumerated the use-cases and expected behavior for all combinations of server [pre versions, older version, newer version] and client [pre versions, older version, newer version, user-specified version], in this informational spec:

Re: [openstack-dev] [Nova][Neutron] Linuxbridge as the default in DevStack [was: Status of the nova-network to Neutron migration work]

2015-04-28 Thread Attila Fazekas
You can tcpdump the ovs ports as usual. Please keep in mind ovs does not have `single contention` port. OVS does MAC learning by default and you may not see `learned` uni-cast traffic on a random trunk port. You MAY see BUM traffic, but many of them also can be canceled by neutron-ml2-ovs, AFAIK

[openstack-dev] [QA] Question about tempest API tests that establish SSH connection to instances

2015-04-28 Thread Yaroslav Lobankov
Hi everyone, I have a question about tempest tests that are related to instance validation. Some of these tests are tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name[gate,id-ac1ad47f-984b-4441-9274-c9079b7a0666]

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Stefano Maffulli
On Mon, 2015-04-27 at 17:00 -0400, Doug Hellmann wrote: I would have to go back and check, but I'm pretty sure the posts were highlighted in Stef's community newsletter email. They were, in fact. But I know as a fact that even if people many love the newsletter, I have the impression that few

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Anita Kuno
On 04/23/2015 12:14 PM, Chris Dent wrote: This might be a bit presumptuous, but why not give it a try... This cycle's TC elections didn't come with a set of prepackaged questions and though the self-nomination messages have included some very interesting stuff I think it would be useful to

Re: [openstack-dev] Navigating the ever changing OpenStack codebase

2015-04-28 Thread Clint Byrum
Excerpts from Kevin L. Mitchell's message of 2015-04-28 08:15:51 -0700: On Mon, 2015-04-27 at 15:54 -0700, Clint Byrum wrote: Excerpts from Kevin L. Mitchell's message of 2015-04-27 15:38:25 -0700: On Mon, 2015-04-27 at 21:42 +, Jeremy Stanley wrote: I consider it an unfortunate

Re: [openstack-dev] [openstack][nova] Does anyone use Zookeeper, Memcache Nova ServiceGroup Driver ?

2015-04-28 Thread Vilobh Meshram
Attila, Thanks for the details. Why the current Zk driver is not good ? Apart from the slowness of Mc, Zk driver are they reliable enough ? Lets say I have more than 1000 compute would you still suggest to go with DB Servicegroup driver ? The sg drivers was introduced to eliminate 100

Re: [openstack-dev] [all] Question for the TC candidates

2015-04-28 Thread Stefano Maffulli
On Tue, 2015-04-28 at 16:30 +0100, Chris Dent wrote: What's important to avoid is the blog postings being only reporting of conclusions. They also need to be invitations to participate in the discussions. Yes, the mailing list, gerrit and meeting logs have some of the ongoing discussions but

Re: [openstack-dev] [Neutron] A big tent home for Neutron backend code

2015-04-28 Thread Russell Bryant
On 04/28/2015 01:17 PM, Neil Jerram wrote: Apologies for commenting so late, but I'm not clear on the concept of bringing all possible backend projects back inside Neutron. I think my question is similar to what Henry and Mathieu are getting at below - viz: We just recently decided to

  1   2   >