Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Richard Jones
This is a great idea, thanks! On 16 September 2014 08:56, Sean Dague wrote: > A few of us have decided to pull together a regular (cadence to be > determined) video series taking on deep dives inside of OpenStack, > looking at code, explaining why things work that way, and fielding > questions f

[openstack-dev] [OSSN 0020] Disassociating floating IPs does not terminate NAT connections with Neutron L3 agent

2014-09-15 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Disassociating floating IPs does not terminate NAT connections with Neutron L3 agent - --- ### Summary ### Every virtual instance is automatically assigned a private IP address. You may optionally assign public IP addresses to instances. OpenStack use

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Rochelle.RochelleGrober
+1000 This is *great*. Not only for newbies, but refreshers, learning different approaches, putting faces to the signatures, etc. And Mock best practices is a brilliant starting place for developers. I'd like to vote for a few others: - Development environment (different ones: PyCharms, Eclips

Re: [openstack-dev] [Nova] What's holding nova development back?

2014-09-15 Thread Jeremy Stanley
On 2014-09-15 17:59:10 -0400 (-0400), Jay Pipes wrote: [...] > Sometimes it's pretty hard to determine whether something in the > E-R check page is due to something in the infra scripts, some > transient issue in the upstream CI platform (or part of it), or > actually a bug in one or more of the Op

Re: [openstack-dev] [oslo] final review push for releases thursday

2014-09-15 Thread Davanum Srinivas
Doug, One merged, Three in gate. -- dims On Mon, Sep 15, 2014 at 5:48 PM, Doug Hellmann wrote: > We’re down to 2 bugs, both of which have patches up for review. > > James Carey has a fix for the decoding error we’re seeing in mask_password(). > It needs to land in oslo.utils and oslo-incubator

Re: [openstack-dev] [all] [clients] [keystone] lack of retrying tokens leads to overall OpenStack fragility

2014-09-15 Thread Nathan Kinder
On 09/12/2014 12:46 AM, Angus Lees wrote: > On Thu, 11 Sep 2014 03:21:52 PM Steven Hardy wrote: >> On Wed, Sep 10, 2014 at 08:46:45PM -0400, Jamie Lennox wrote: >>> For service to service communication there are two types. >>> 1) using the user's token like nova->cinder. If this token expires the

Re: [openstack-dev] How to inject files inside VM using Heat [heat]

2014-09-15 Thread pratik maru
Hi Thanks for your reply. Can "personality" knob under OS::Nova:Server be used for the same purpose, if yes, then can you please given an example. Thanks Pratik On Tue, Sep 16, 2014 at 1:09 AM, Denis Makogon wrote: > > > On Mon, Sep 15, 2014 at 9:06 PM, pratik maru wrote: > >> Hi All, >> >>

Re: [openstack-dev] [oslo-vmware] Propose adding Radoslav to core team

2014-09-15 Thread Zhongyue Luo
+1 On Tue, Sep 16, 2014 at 1:56 AM, Sabari Murugesan wrote: > +1 > > On Sep 15, 2014, at 10:18 AM, Arnaud Legendre wrote: > > +1 > > On Sep 15, 2014, at 9:37 AM, Gary Kotton wrote: > > Hi, > I would like to propose Radoslav to be a core team member. Over the course > of the J cycle he has

Re: [openstack-dev] masking X-Auth-Token in debug output - proposed consistency

2014-09-15 Thread Tripp, Travis S
> On Fri, Sep 12, 2014 at 12:02 PM, Tripp, Travis S > wrote: > > > > > From Jamie Lennox: > > >> We handle this in the keystoneclient Session object by just > > >> printing > > REDACTED or something similar. > > >> The problem with using a SHA1 is that for backwards compatability > > >> we > >

Re: [openstack-dev] [Octavia] Responsibilities for controller drivers

2014-09-15 Thread Brandon Logan
Hi Stephen, Same drill On Mon, 2014-09-15 at 13:33 -0700, Stephen Balukoff wrote: > Hi Brandon! > > > My responses in-line: > > On Fri, Sep 12, 2014 at 11:27 AM, Brandon Logan > wrote: > IN IRC the topic came up about supporting many-to-many load > balancers to > ampho

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Chmouel Boudjnah
Sean Dague writes: > Episode 0 - Mock best practices will kick off this Friday, Sept 19th, > from 3pm - 4pm EST. Our experts for this will be Jay Pipes and Dan ah too bad this is when the week-end start in Europe (and usually mean family time for me) but no complaining I guess there is no hours

Re: [openstack-dev] [Nova] What's holding nova development back?

2014-09-15 Thread Jay Pipes
On 09/15/2014 08:07 PM, Jeremy Stanley wrote: On 2014-09-15 17:59:10 -0400 (-0400), Jay Pipes wrote: [...] Sometimes it's pretty hard to determine whether something in the E-R check page is due to something in the infra scripts, some transient issue in the upstream CI platform (or part of it), o

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Jay Pipes
On 09/15/2014 11:05 PM, Chmouel Boudjnah wrote: Sean Dague writes: Episode 0 - Mock best practices will kick off this Friday, Sept 19th, from 3pm - 4pm EST. Our experts for this will be Jay Pipes and Dan ah too bad this is when the week-end start in Europe (and usually mean family time for m

Re: [openstack-dev] Heat dependency visualisation

2014-09-15 Thread Steve Baker
On 16/09/14 03:24, Alexis Lee wrote: > For your amusement, > > https://github.com/lxsli/heat-viz > > This produces HTML which shows which StructuredDeployments (boxes) > depends_on each other (bold arrows). It also shows the > StructuredDeployments which StructuredConfigs (ovals) feed into (nor

Re: [openstack-dev] Attach an USB disk to VM [nova]

2014-09-15 Thread Bohai (ricky)
I feel maybe usb redirection is a way to what you want. But unfortunately the blueprint has not been finished in juno. https://review.openstack.org/#/c/89834/ Best regards to you. Ricky From: pratik maru [mailto:fipuzz...@gmail.com] Sent: Monday, September 15, 2014 3:01 AM To: openstack-dev@

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Angus Lees
On Tue, 16 Sep 2014 12:04:53 AM Rochelle.RochelleGrober wrote: > +1000 > This is *great*. Not only for newbies, but refreshers, learning different > approaches, putting faces to the signatures, etc. And Mock best practices > is a brilliant starting place for developers. > > I'd like to vote for

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Jay Pipes
On 09/15/2014 08:04 PM, Rochelle.RochelleGrober wrote: I'd like to vote for a few others: - Development environment (different ones: PyCharms, Eclipse, IDE for Docs, etc) - Tracking down a bug: log searching, back tracing, etc. - Fixing a bug: From assigning in Launchpad through clone, fix, git

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Stefano Maffulli
On 09/15/2014 03:56 PM, Sean Dague wrote: > A few of us have decided to pull together a regular (cadence to be > determined) video series taking on deep dives inside of OpenStack, > looking at code, explaining why things work that way, and fielding > questions from anyone interested. > > For lack

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Angelo Matarazzo
You are great!!! As newbie I tell you: thank you a lot Angelo Il giorno 16/set/2014 00:58, "Sean Dague" ha scritto: > A few of us have decided to pull together a regular (cadence to be > determined) video series taking on deep dives inside of OpenStack, > looking at code, explaining why things wo

[openstack-dev] [neutron] Ipset, merge refactor for J?

2014-09-15 Thread Miguel Angel Ajo Pelayo
During the ipset implementatio, we designed a refactor [1] to cleanup the firewall driver a bit, and move all the ipset low-level knowledge down into the IpsetManager. I'd like to see this merged for J, and, it's a bit of an urgent matter to decide, because we keep adding small changes [2] [3

Re: [openstack-dev] [Nova] What's holding nova development back?

2014-09-15 Thread Kashyap Chamarthy
On Sun, Sep 14, 2014 at 07:07:13AM +1000, Michael Still wrote: > Just an observation from the last week or so... > > The biggest problem nova faces at the moment isn't code review > latency. Our biggest problem is failing to fix our bugs so that the > gate is reliable. As of writing this, from a

Re: [openstack-dev] [oslo-vmware] Propose adding Radoslav to core team

2014-09-15 Thread Vui Chiap Lam
+1. Rado has been very instrumental in helping with reviews and making significant fixes to oslo.vmware. He also contributed greatly to the effort to integrate the library with other projects. Vui From: Arnaud Legendre Sent: Monday, September 15, 2014 10:18 AM

Re: [openstack-dev] [OSSN 0020] Disassociating floating IPs does not terminate NAT connections with Neutron L3 agent

2014-09-15 Thread Martinx - ジェームズ
Hey stackers, Let me ask something about this... Why not use Linux Conntrack Table at each Tenant Namespace (L3 Router) to detect which connections were made/established over a Floating IP ? Like this, on the Neutron L3 Router: -- apt-get install conntrack ip netns exec qrouter-09b72faa-a5ef-4a

[openstack-dev] how to deploy juno devstack without multiple backend

2014-09-15 Thread Nikesh Kumar Mahalka
Hi, I want to delploy a juno devstack without multiple backends. I want only one backend different from lvm,say HP MSA. Can any one tell me what to modify in local.conf of devstack for this? By default,it is enabling multiple lvm backends. Also,if i want multiple backends different from lvm back

Re: [openstack-dev] [all] OpenStack bootstrapping hour - Friday Sept 19th - 3pm EST

2014-09-15 Thread Ricardo Carrillo Cruz
This is awesome, thanks for this guys! Regards 2014-09-16 7:09 GMT+02:00 Angelo Matarazzo : > You are great!!! > As newbie I tell you: thank you a lot > Angelo > Il giorno 16/set/2014 00:58, "Sean Dague" ha scritto: > > A few of us have decided to pull together a regular (cadence to be >> deter

Re: [openstack-dev] [Nova] What's holding nova development back?

2014-09-15 Thread Joshua Harlow
And if u can also prove NP = P u get 1 million dollars[1, 2] Let me know when u got the proof, Thanks much, [1] http://www.claymath.org/millenium-problems/p-vs-np-problem [2] http://www.claymath.org/millennium-problems/millennium-prize-problems -Josh On Mon, Sep 15, 2014 at 5:07 PM, Jeremy

Re: [openstack-dev] [Ironic] Error in deploying ironicon Ubuntu 12.04

2014-09-15 Thread Peeyush Gupta
Hi, I did unstack and ran stack.sh again. Tried that 2-3 times, but I am getting this error always: 2014-09-15 16:34:51.047 | +++ grep tap 2014-09-15 16:34:51.047 | +++ sudo ip netns exec qdhcp-d117dfad-d794-4db1-9e1c-87818ebbba27 ip link list 2014-09-15 16:34:51.048 | +++ cut -d: -f2 2014-

Re: [openstack-dev] Heat dependency visualisation

2014-09-15 Thread Qiming Teng
> Nice. What would be even nicer is a change to python-heatclient so that > heat resource-list has an option to output in dotfile format. +1. It would also be interesting to check if the dependency analysis is capable of exploding a resource-group. Say I have a ResourceGroup where each resource

<    1   2