[openstack-dev] [Cinder] Tags for volumes

2017-03-27 Thread 王玺源
Hi cinder team: I want to know what's your thought about adding tags for volumes. Now Many resources, like Nova instances, Glance images, Neutron networks and so on, all support tagging. And some of our cloud customers want this feature in Cinder as well. It's useful for auditing, billing

[openstack-dev] [nova] notification update week 12

2017-03-27 Thread Balazs Gibizer
Hi, Here is the status update / focus setting mail about notification work for week 12. Bugs [Medium] https://bugs.launchpad.net/nova/+bug/1657428 The instance notifications are sent with inconsistent timestamp format. Fix is ready for the cores to review https://review.openstack.org/#/c/42

Re: [openstack-dev] [all] Last call for Leadership Training April 11-13

2017-03-27 Thread Thierry Carrez
Colette Alexander wrote: > Just wanted to poke a bit, since there are still two slots available for > leadership training in Ann Arbor for April 11/12/13. You can sign up > here: https://etherpad.openstack.org/p/Leadershiptraining > > I promise delicious food and a busy daily schedule with lots of

Re: [openstack-dev] [neutron][nova] Config drive claims ipv6_dhcp, neutron api says slaac

2017-03-27 Thread Jens Rosenboom
2017-03-24 17:17 GMT+00:00 Clark Boylan : > On Fri, Mar 24, 2017, at 05:24 AM, Jens Rosenboom wrote: >> 2017-03-24 9:48 GMT+00:00 Jens Rosenboom : >> > 2017-03-24 9:30 GMT+00:00 Simon Leinen : >> >> Clark Boylan writes: >> >> [...] >> >>> { >> >>> "id": "network1", >> >>>

Re: [openstack-dev] [vitrage] Extending Topology

2017-03-27 Thread Afek, Ifat (Nokia - IL/Kfar Sava)
Hi, Let me try and explain the more general use case. You can query OVS for the switches information, and understand how they are mapped to one another. This is not enough for knowing the exact route of the network traffic for a certain VM. A certain switch can be connected to more than one ot

Re: [openstack-dev] [Cinder] Tags for volumes

2017-03-27 Thread Sean McGinnis
On Mon, Mar 27, 2017 at 03:13:59PM +0800, 王玺源 wrote: > Hi cinder team: > > I want to know what's your thought about adding tags for volumes. > > Now Many resources, like Nova instances, Glance images, Neutron > networks and so on, all support tagging. And some of our cloud customers > wan

Re: [openstack-dev] [tripleo] patch abandoment policy

2017-03-27 Thread Flavio Percoco
On 24/03/17 17:16 -0400, Dan Prince wrote: On Thu, 2017-03-23 at 16:20 -0600, Alex Schultz wrote: Hey folks, So after looking at the backlog of patches to review across all of the tripleo projects, I noticed we have a bunch of really old stale patches. I think it's time we address when we can a

Re: [openstack-dev] [tripleo] container jobs are unstable

2017-03-27 Thread Flavio Percoco
On 23/03/17 16:24 +0100, Martin André wrote: On Wed, Mar 22, 2017 at 2:20 PM, Dan Prince wrote: On Wed, 2017-03-22 at 13:35 +0100, Flavio Percoco wrote: On 22/03/17 13:32 +0100, Flavio Percoco wrote: > On 21/03/17 23:15 -0400, Emilien Macchi wrote: > > Hey, > > > > I've noticed that container

[openstack-dev] [nova] [neutron] What the behavior of AddFixedIp API should be?

2017-03-27 Thread Rui Chen
Hi: A question about nova AddFixedIp API, nova api-ref[1] describe the API as "Adds a fixed IP address to a server instance, which associates that address with the server.", the argument of API is network id, so if there are two or more subnets in a network, which one is lucky to associate ip

Re: [openstack-dev] [tripleo] patch abandoment policy

2017-03-27 Thread Dan Prince
On Mon, 2017-03-27 at 13:49 +0200, Flavio Percoco wrote: > On 24/03/17 17:16 -0400, Dan Prince wrote: > > On Thu, 2017-03-23 at 16:20 -0600, Alex Schultz wrote: > > > Hey folks, > > > > > > So after looking at the backlog of patches to review across all > > > of > > > the > > > tripleo projects, I

[openstack-dev] [Cinder] Tags for volumes

2017-03-27 Thread 王玺源
I think the reason is quite simple: 1. Some users don't want to use key/value pairs to tag volums. They just need some simple strings. 2. Metadata must be shorter than 255. If users don't need keys, use tag here can save some spaces. 3. Easy for quick searching or filter. Users don't need to know w

Re: [openstack-dev] [tripleo] patch abandoment policy

2017-03-27 Thread Flavio Percoco
On 27/03/17 08:47 -0400, Dan Prince wrote: On Mon, 2017-03-27 at 13:49 +0200, Flavio Percoco wrote: On 24/03/17 17:16 -0400, Dan Prince wrote: > On Thu, 2017-03-23 at 16:20 -0600, Alex Schultz wrote: > > Hey folks, > > > > So after looking at the backlog of patches to review across all > > of >

[openstack-dev] [nova] remove-mox-pike blueprint

2017-03-27 Thread John Garbutt
Hi, I added some notes on the blueprint: https://blueprints.launchpad.net/nova/+spec/remove-mox-pike I have seen quite a few patches trying to remove the use of "self.stub_out". While possibly interesting in the future, I think this should be out of scope for the mox removal blueprint. The aim of

Re: [openstack-dev] [tripleo] patch abandoment policy

2017-03-27 Thread Alex Schultz
On Mon, Mar 27, 2017 at 6:47 AM, Dan Prince wrote: > On Mon, 2017-03-27 at 13:49 +0200, Flavio Percoco wrote: >> On 24/03/17 17:16 -0400, Dan Prince wrote: >> > On Thu, 2017-03-23 at 16:20 -0600, Alex Schultz wrote: >> > > Hey folks, >> > > >> > > So after looking at the backlog of patches to revi

[openstack-dev] [puppet] Meeting Mar 28, 2017 @1500 UTC

2017-03-27 Thread Alex Schultz
Hey puppet folks, Just a reminder we have a meeting schedule tomorrow. The agenda[0] is currently empty. If you have something you would like to discuss, please add it to the list. If the agenda is empty at meeting time we will cancel the meeting for this week. Thanks, -Alex [0] https://etherpad

Re: [openstack-dev] [Cinder] Tags for volumes

2017-03-27 Thread Duncan Thomas
On 27 March 2017 at 14:20, 王玺源 wrote: > I think the reason is quite simple: > 1. Some users don't want to use key/value pairs to tag volums. They just > need some simple strings. > ...and some do. We can hide this in the client and just save tags under a metadata item called 'tags', with no API

[openstack-dev] [tripleo] CI Squad Meeting Summary (week 12)

2017-03-27 Thread Attila Darazs
If the topics below interest you and you want to contribute to the discussion, feel free to join the next meeting: Time: Thursdays, 14:30-15:30 UTC Place: https://bluejeans.com/4113567798/ Full minutes: https://etherpad.openstack.org/p/tripleo-ci-squad-meeting == Gating & CDN issues == Last w

Re: [openstack-dev] [nova] remove-mox-pike blueprint

2017-03-27 Thread Matt Riedemann
On 3/27/2017 9:11 AM, John Garbutt wrote: Hi, I added some notes on the blueprint: https://blueprints.launchpad.net/nova/+spec/remove-mox-pike I have seen quite a few patches trying to remove the use of "self.stub_out". While possibly interesting in the future, I think this should be out of sco

Re: [openstack-dev] [nova] [neutron] What the behavior of AddFixedIp API should be?

2017-03-27 Thread Matt Riedemann
On 3/27/2017 7:23 AM, Rui Chen wrote: Hi: A question about nova AddFixedIp API, nova api-ref[1] describe the API as "Adds a fixed IP address to a server instance, which associates that address with the server.", the argument of API is network id, so if there are two or more subnets in a netw

[openstack-dev] [monasca] Grafana "app" for Monasca

2017-03-27 Thread Steve Simpson
Hi, We have been working on prototyping an "app" for Grafana which can be used to view/configure alarm definitions, notifications and alarms. This is still work-in-progress (insert normal disclaimer here), but is usable enough to get a feel for what we would like to achieve. We would like some fee

Re: [openstack-dev] [ptls] Project On-Boarding Rooms

2017-03-27 Thread Kendall Nelson
Hello :) At this point we have a full list, but if you are interested in a lunch slot I can put Zaqar down for one of those unless some other project is willing to share their space/time? Thanks for the interest! -Kendall Nelson(diablo_rojo) On Tue, Mar 21, 2017 at 4:50 PM Fei Long Wang wrote:

[openstack-dev] [openstack-docs] [dev] What's up, doc?

2017-03-27 Thread Alexandra Settle
Team team team team team, Well the last month has just FLOWN by since the PTG. We've got plenty going on in the doc team... This week I have been helping out the security team with the Security Guide. We've been working on some cursory edits, and removal of content. A few patches have already

Re: [openstack-dev] [magnum][osc] What name to use for magnum commands in osc?

2017-03-27 Thread Adrian Otto
> On Mar 22, 2017, at 5:48 AM, Ricardo Rocha wrote: > > Hi. > > One simplification would be: > openstack coe create/list/show/config/update > openstack coe template create/list/show/update > openstack coe ca show/sign I like Ricardo’s suggestion above. I think we should decide between the optio

Re: [openstack-dev] [mogan][valence] Valence integration

2017-03-27 Thread Yang, Lin A
Hi Zhenguo, The spec looks prefect to me, thanks a lot for doing that. The python-valenceclient is high priority of valence Pike release, and still undergoing right now. We plan to release the python binding library at first. Now you need a simple wrapper if you start coding right now. Regards

[openstack-dev] Boston Forum Reminder

2017-03-27 Thread Melvin Hillsman
Hey everyone, This is a friendly reminder that all proposed Forum session leaders must submit their abstracts at: http://forumtopics.openstack.org/ *before 11:59PM UTC on Sunday April 2nd!* Regards, TC/UC __ OpenStack Dev

[openstack-dev] [Networking-vSphere]

2017-03-27 Thread Carlos Cesario
Hello team, Could someone could confirm if the current https://github.com/openstack/networking-vsphere code supports VSS Switch!? It seems that the current code only make reference to DVS Switch. Thanks in advance! best regards, Carlos ___

[openstack-dev] [ironic] this week's priorities and subteam reports

2017-03-27 Thread Yeleswarapu, Ramamani
Hi, We are delighted to present this week's priorities and subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. This Week's Priorities (as of the weekly ironic meeting) 1. review rollin

Re: [openstack-dev] [os-upstream-institute] Meeting reminder

2017-03-27 Thread Ildiko Vancsa
Hi, A friendly reminder that the OpenStack Upstream Institute meeting starts in a bit less than an hour on #openstack-meeting-3. See you there! :) Thanks and Best Regards, Ildikó IRC: ildikov > On 2017. Mar 20., at 21:03, Ildiko Vancsa wrote: > > Hi All, > > Quick reminder, we have our fir

[openstack-dev] [TripleO] How to Preview the Overcloud Stack?

2017-03-27 Thread Dan Sneddon
I've been trying to figure out a workflow for previewing the results of importing custom templates in an overcloud deployment (without actually deploying). For instance, I am overriding some parameters using custom templates, and I want to make sure those parameters will be expressed correctly when

Re: [openstack-dev] Project Navigator Updates - Feedback Request

2017-03-27 Thread Lauren Sell
Hi Matt, Thanks for the feedback. > On Mar 24, 2017, at 3:50 PM, Matt Riedemann wrote: > > Overall I like the groupings of the projects in the main page. When I drill > into Nova, a couple of things: > > 1. The link for the install guide goes to the home page for docs.o.o rather > than http

[openstack-dev] Your next semi weekly gate status report

2017-03-27 Thread Clark Boylan
Hello, Previously we saw Libvirt crashes, OOMs, and Tempest SSH Banner failures were a problem. The SSH Banner failures have since been sorted out, thank you to everyone that helped work that out. For details please see https://review.openstack.org/#/c/439638/. There is also a fix for a race that

Re: [openstack-dev] [monasca] Grafana "app" for Monasca

2017-03-27 Thread Hochmuth, Roland M
Hi Steve, This is awesome. We are very interested in this work! I was just talking to Grafana Labs about this. I should also mention that we are in the process of getting Keystone authentication built-in to Grafana so that we don't have to maintain a separate fork. I'm assuming that work will p

Re: [openstack-dev] Project Navigator Updates - Feedback Request

2017-03-27 Thread Michael Johnson
I have a few comments on the updated Project Navigator. 1. I hope this is mostly automated at this point? The current content for Project Navigator is very out of date (Mitaka?) and folks have asked why projects are not listed there. 2. What is the policy around the tags? For octa

Re: [openstack-dev] [tripleo][ui] [heat] i18n proposal for heat templates 'description' help strings

2017-03-27 Thread Peng Wu
On Thu, 2017-03-23 at 10:07 +0100, Thomas Herve wrote: > From the Heat side of things, that sounds like a big no-no to me. > While we've done many things to cater to TripleO, this is way too > specific of a use case. It doesn't even make sense for the general > use > case of passing user templates

Re: [openstack-dev] [mogan][valence] Valence integration

2017-03-27 Thread Zhenguo Niu
OK, thanks Yang, Lin, I will prepare a spec for the new flavor soon! On Tue, Mar 28, 2017 at 1:32 AM, Yang, Lin A wrote: > Hi Zhenguo, > > > > The spec looks prefect to me, thanks a lot for doing that. > > > > The python-valenceclient is high priority of valence Pike release, and > still undergo

[openstack-dev] [neutron][networking-l2gw] Project update

2017-03-27 Thread Gary Kotton
Hi, Please see below for a current update on the status of the project. 1. stable/ocata: a. a tag 10.0.0 has been created b. code has been updated to pass unit tests (there was a breakage as it was pulling master neutron) 2. master: a. Due to the tag above being

Re: [openstack-dev] [nova] [neutron] What the behavior of AddFixedIp API should be?

2017-03-27 Thread Rui Chen
Thank you Matt, the background information is important. Seems all the peoples don't know how the add-fixed-ip API works, and there is no exact use case about it. Now neutron port-update API also support to set multiple fixed ip for a port, and the fixed-ip updating will sync to nova side automatic

[openstack-dev] [barbican][castellan] How to share secrets in barbican

2017-03-27 Thread [email protected]
Hello, folks: As i known, the secrets are saved in a user's domain, and other project/user can not retrieve the secrets. But i have a situation that many users need retrieve a same secret. After looking into the castellan usage, I see the method that saving the credentials in config