[openstack-dev] [horizon] [stable] Freeze exception

2015-07-28 Thread Saksham Varma (sakvarma)
Hi all, I would like to request for a freeze exception for the this bug: https://bugs.launchpad.net/horizon/+bug/1474618 This is the patch: https://review.openstack.org/#/c/206184/ It’s a critical bug, which has already been merged to master, and needs to be back ported to kilo. Thanks, Saksha

Re: [openstack-dev] [glance] Removing python-swiftclient from requirements.txt

2015-07-28 Thread William M Edmonds
> From: Flavio Percoco > To: "OpenStack Development Mailing List (not for usage questions)" > > Date: 07/28/2015 07:36 AM > Subject: Re: [openstack-dev] [glance] Removing python-swiftclient > from requirements.txt > > On 28/07/15 09:15 +, Kuvaja, Erno wrote: > >I do agree, we don’t depend or

Re: [openstack-dev] Barbican : Unable to create the secret after Integrating Barbican with HSM HA

2015-07-28 Thread Asha Seshagiri
Thanks John for your response :) I am currently working on the reconfiguring the HSM in different way. Shall let you know once my stuff is working. Thanks and Regards, Asha Seshagiri On Tue, Jul 28, 2015 at 11:31 AM, John Vrbanac wrote: > Asha, > > I'm not sure what went wrong. Something must

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Doug Wiegley
The repo is now live. Initial review is here: https://review.openstack.org/#/c/206757 , please make any near-term reviews dependent on that, unless you’re replacing the skeleton. Vivek, when do you think we can get some initial code in there to start i

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Jain, Vivek
Thanks Doug. We are planning to submit initial review version by end of day today. Also, we will be uploading LBaaS wireframes for review here: https://openstack.invisionapp.com/d/main#/projects/4237816 Thanks, Vivek From: Doug Wiegley mailto:doug...@parksidesoftware.com>> Reply-To: "OpenStac

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-28 Thread Kevin Benton
We need to work on that code quite a bit anyway for other features (get me a network, VLAN trunk ports) so adding a different parameter shouldn't be bad. Even if Nova doesn't initially buy in, we can always pre-create the port and pass it to Nova boot as a UUID. On Tue, Jul 28, 2015 at 6:15 AM, Ry

Re: [openstack-dev] [fuel] Fuel plugin as docker containers images

2015-07-28 Thread Konstantin Danilov
Andrew, On deployed env. Yep, plugin can install docker, but docker installation usually harder, than just 'apt-get docker'. That's why I'm asking about fuel team plans. The main (and the real one for now) reason to have a VSM in container - is to not poisoning controller node with it outdated de

Re: [openstack-dev] [glance] Removing python-swiftclient from requirements.txt

2015-07-28 Thread Doug Hellmann
Excerpts from William M Edmonds's message of 2015-07-28 18:34:29 -0400: > > > From: Flavio Percoco > > To: "OpenStack Development Mailing List (not for usage questions)" > > > > Date: 07/28/2015 07:36 AM > > Subject: Re: [openstack-dev] [glance] Removing python-swiftclient > > from requirements.

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Jain, Vivek
Hi Folks, Screenshots are uploaded. Please review and leave your feedback: https://openstack.invisionapp.com/d/main#/projects/4237816 Thanks, vivek From: "Jain, Vivek" mailto:vivekj...@ebay.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@list

Re: [openstack-dev] [horizon] [stable] Freeze exception

2015-07-28 Thread Lin Hua Cheng
The patch fixes a bug that prevent user from using N1KV network, and the change is low risk and minimal. I think it would be good to backport. Thanks, Lin On Tue, Jul 28, 2015 at 3:20 PM, Saksham Varma (sakvarma) < sakva...@cisco.com> wrote: > Hi all, > > I would like to request for a freeze

Re: [openstack-dev] [Neutron][L3] Representing a networks connected by routers

2015-07-28 Thread Ryan Moats
If that's the case, then I'd say let's just solve this right way and create a new construct rather... Ryan Moats Kevin Benton wrote on 07/28/2015 06:44:53 PM: > From: Kevin Benton > To: "OpenStack Development Mailing List (not for usage questions)" > > Date: 07/28/2015 06:46 PM > Subject: Re:

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-28 Thread Julia Kreger
On Tue, Jul 28, 2015 at 5:30 PM, Jim Rollenhagen wrote: > On Tue, Jul 28, 2015 at 09:19:46PM +, Devananda van der Veen wrote: > > On Tue, Jul 28, 2015 at 1:57 PM Jim Rollenhagen > > wrote: > > > > > On Tue, Jul 28, 2015 at 08:23:34PM +, Devananda van der Veen wrote: > > > > On Mon, Jul 2

Re: [openstack-dev] [Ironic] Let's talk about API versions

2015-07-28 Thread Jim Rollenhagen
On Tue, Jul 28, 2015 at 09:55:03PM -0400, Julia Kreger wrote: > > So if we do this, simply shipping the code doesn't break anyone. Nobody > > has disagreed on this yet, best I can tell. > > > > So let's ship some code. :) > > > > // jim > > > > > I'm not sure we can just ship some code, unless I've

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Fox, Kevin M
One of the features I'm looking forward to most in v2 is multiple ports on one lb. Like 80 and 443. The ui doesnt look to easily support that? Thanks, Kevin From: Jain, Vivek Sent: Tuesday, July 28, 2015 6:19:25 PM To: OpenStack Development Mailing List (not for

Re: [openstack-dev] [glance] Removing python-swiftclient from requirements.txt

2015-07-28 Thread Clay Gerrard
Doug, I believe our glance friends are not the only project with some open questions on dealing with the "required dependency for optional plugin" use-case. You've made a recommendation to leverage some python tooling functionality that I'm not familiar with. I was hoping I could probe you to el

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Jain, Vivek
Initial code for horizon lbaas v2 dashboard submitted: https://review.openstack.org/#/c/206797 Thanks, vivek From: "Jain, Vivek" mailto:vivekj...@ebay.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Tuesday, July 28

Re: [openstack-dev] [neutron][lbaas] Horizon support for neutron-lbaas v2

2015-07-28 Thread Jain, Vivek
Hi Kevin, It is supported by the UI workflow we proposed. User can select existing IP (VIP) when creating a new Load Balancer (IP drop down in first tab) https://openstack.invisionapp.com/d/main#/console/4237816/92203875/comments That selection will reuse the VIP but use different port and other

Re: [openstack-dev] [magnum][blueprint] magnum-service-list

2015-07-28 Thread Jay Lau
Hi Suro, Sorry for late. IMHO, even the "magnum service-list" is getting data from DB, but the DB is actually persisting some data for Kubernetes service, so my thinking is it possible to change "magnum service-list" to "magnum k8s-service-list", same for pod and rc. I know this might bring some

Re: [openstack-dev] [Fuel] Get rid of fuelmenu

2015-07-28 Thread Mike Scherbakov
Guys, how do we deal with use case provide in this bug: https://bugs.launchpad.net/fuel/7.0.x/+bug/1438658 ? Looks like Fuel Menu can't solve this one. Is there workaround possible (even with worse UX)? On Fri, Jul 24, 2015 at 5:26 AM Vladimir Kozhukalov < vkozhuka...@mirantis.com> wrote: > Guys,

[openstack-dev] [docs] [security-guide] RST Navigation Sidebar

2015-07-28 Thread Dillon, Nathaniel
Docs Team, While doing the RST migration we noticed that the navigation sidebar from the current DocBook version was not there. After continued editing we came to the conclusion that navigation pane was REALLY useful. My understanding is that there is no RST equivalent yet. Is that accurate? If

Re: [openstack-dev] The proposed "Neutron API extension for packet forwarding" has a lot of duplication to the Neutron SFC API

2015-07-28 Thread Armando M.
Hi, Since I was quoted, I would like to take the blame on behalf on the Neutron core reviewer/drivers team for not providing the right guidance to resolve the apparent conflict between the two proposals. As some reviewers mentioned, we should really strive to catch two birds with one stone, and e

[openstack-dev] Lenovo driver submission requests

2015-07-28 Thread Kai KH Huang
Dear Devananda I'm the development leader of Lenovo Cloud Solution. Lenovo is planning to contribute its Ironic driver to the OpenStack community. The Ironic driver developers already registered as OpenStack members and signed agreement with OpenStack org. Sorry for broadcasti

<    1   2