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

2014-03-11 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 t

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

2014-03-11 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] [Openstack][Nova][Docker] Devstack with docker driver

2014-03-11 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 versi

Re: [openstack-dev] Neutron error using devstack

2014-03-11 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 servi

[openstack-dev] making changes in openstack database

2014-03-11 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] [Mistral] Error on running tox

2014-03-11 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 wrote: > Yes it is 100% reproducible. > > Was hoping it was environmental i.e. missing some depen

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

2014-03-11 Thread Manas Kelshikar
Yes it is 100% reproducible. Was hoping it was environmental i.e. missing some dependency etc. but since that does not seem to be the case I shall debug locally and report back. Thanks! On Tue, Mar 11, 2014 at 9:54 PM, Renat Akhmerov wrote: > Hm.. Interesting. CI wasn't able to reveal this for

Re: [openstack-dev] [Mistral] Local vs. Scalable Engine

2014-03-11 Thread Renat Akhmerov
On 12 Mar 2014, at 06:37, W Chan wrote: > Here're the proposed changes. > 1) Rewrite the launch script to be more generic which contains option to > launch all components (i.e. API, engine, executor) on the same process but > over separate threads or launch each individually. You mentioned te

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

2014-03-11 Thread Renat Akhmerov
Hm.. Interesting. CI wasn’t able to reveal this for some reason. My first guess is that there’s a race condition somewhere. Did you try to debug it? And is this error 100% repeatable? Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 11:18, Manas Kelshikar wrote: > I see this error when I r

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

2014-03-11 Thread Manas Kelshikar
I see this error when I run tox. I pulled down a latest copy of master and tried to setup the environment. Any ideas? See http://paste.openstack.org/show/73213/ for details. Any help is appreciated. Thanks, Manas ___ OpenStack-dev mailing list OpenSta

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

2014-03-11 Thread John Griffith
On Tue, Mar 11, 2014 at 9:07 PM, John Griffith 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 having the OSLO reposit

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

2014-03-11 Thread Zhi Yan Liu
Jay thanks your correct analysis and quick fix. zhiyan On Wed, Mar 12, 2014 at 4:11 AM, 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 wrote: >> >> On 03/07/2014 11

Re: [openstack-dev] [nova] a question about instance snapshot

2014-03-11 Thread Sheng Bo Hou
Hi everyone, I got excited to hear that this live snapshot has been taken into discussion in our community. Recently my clients in China came up with this live snapshot requirement as well, because they have already had their legacy environment and expect the original functions work fine when

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

2014-03-11 Thread Jay Pipes
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' (for example) and store enough of the

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

2014-03-11 Thread John Griffith
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 having the OSLO repository is to consolidate the various modules and such that all of the

Re: [openstack-dev] [nova] a question about instance snapshot

2014-03-11 Thread Qin Zhao
Live-snapshot is definitely generic. Mainstream hypervisors (vmware, kvm, hyperv) already support it for a long time. In https://review.openstack.org/#/c/34036/, I see the last comment made by Russell Bryant is that only libvirt backend request to implement it. I am very curious about that. To my u

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

2014-03-11 Thread Clint Byrum
Excerpts from Ben Nemec's message of 2014-03-10 13:02:47 -0700: > On 2014-03-10 12:24, Chris Friesen wrote: > > Hi, > > > > I'm using havana and recent we ran into an issue with heat related to > > character sets. > > > > In heat/db/sqlalchemy/api.py in user_creds_get() we call > > _decrypt() on

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

2014-03-11 Thread Hiroyuki Eguchi
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 more simple, So I came up with this feature. Ceilom

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-03-11 Thread Isaku Yamahata
Hi. Sorry for it. Tuesdays at 23:00 UTC is correct. I mixed the time with it due to the daylight saving time. On the next week(March 18), it will be held on the correct time. Again, sorry for it. thanks, On Tue, Mar 11, 2014 at 04:15:27PM -0700, Stephen Wong wrote: > Hi Isaku, > > Seems l

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

2014-03-11 Thread Joshua Harlow
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' (for example) and store enough of the metadata on that 'tape' to re-insert it if this is really desired

Re: [openstack-dev] No route matched for POST

2014-03-11 Thread Vijay B
Hi Aaron! I was able to get over the route issue - to begin with, turns out there was a nasty single space rogue indent in the file (peril of not using a good IDE). Apart from that, stepping through the api/extensions.py code showed that I shouldn't be overriding the get_plugin_interface() method

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-03-11 Thread Stephen Wong
Hi Isaku, Seems like you had the meeting at 22:00 UTC instead of 23:00 UTC? [15:01] hello? is anybody there for servicevm meeting? [15:02] #startmeeting neutron/servicevm [15:02] Meeting started Tue Mar 11 22:02:14 2014 UTC and is due to finish in 60 minutes. The chair is yamahata. Inform

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

2014-03-11 Thread Matt Riedemann
On 3/11/2014 5:11 PM, Dmitry Borodaenko wrote: On Tue, Mar 11, 2014 at 1:31 PM, Matt Riedemann wrote: There was a bug reported today [1] that looks like a regression in this new code, so we need people involved in this looking at it as soon as possible because we have a proposed revert in cas

Re: [openstack-dev] [Mistral] Local vs. Scalable Engine

2014-03-11 Thread W Chan
I want to propose the following changes to implement the local executor and removal of the local engine. As mentioned before, oslo.messaging includes a "fake" driver that uses a simple queue. An example in the use of this fake driver is demonstrated in test_executor. The use of the fake driver r

Re: [openstack-dev] [OpenStack-Infra] Intermittent failures cloning noVNC from github.com/kanaka

2014-03-11 Thread Sukhdev Kapur
Hey Monty, The issue is when we are using stack.sh, how do we use cache dir as oppose to going at git? Is there any option which can be set to utilize this feature? -Sukhdev On Tue, Mar 11, 2014 at 4:42 PM, Monty Taylor wrote: > Honestly not being snarky here ... The reason is that github if

Re: [openstack-dev] [OpenStack-Infra] Intermittent failures cloning noVNC from github.com/kanaka

2014-03-11 Thread Sukhdev Kapur
[adding openstack-dev list as well ] I have noticed that this has stated hitting my builds within last few hours. I have noticed exact same failures on almost 10 builds. Looks like something has happened within last few hours - perhaps the load? -Sukhdev On Tue, Mar 11, 2014 at 4:28 PM, Dane L

Re: [openstack-dev] [OpenStack-Infra] Intermittent failures cloning noVNC from github.com/kanaka

2014-03-11 Thread Sukhdev Kapur
I have noticed that even clone of devstack has failed few times within last couple of hours - it was running fairly smooth so far. -Sukhdev On Tue, Mar 11, 2014 at 5:05 PM, Sukhdev Kapur wrote: > [adding openstack-dev list as well ] > > I have noticed that this has stated hitting my builds wit

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

2014-03-11 Thread Clint Byrum
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 configure swift, but did not add swift to the known_st

Re: [openstack-dev] [OpenStack-Infra] Intermittent failures cloning noVNC from github.com/kanaka

2014-03-11 Thread Joshua Harlow
https://status.github.com/messages * 'GitHub.com is operating normally, despite an ongoing DDoS attack. The mitigations we have in place are proving effective in protecting us and we're hopeful that we've got this one resolved.' If you were cloning from github.org and not http://git.openstack.o

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

2014-03-11 Thread Xurong Yang
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 need fix it. thanks,Xurong 2014-03-11 21:3

Re: [openstack-dev] [Ceilometer]Collector's performance

2014-03-11 Thread Gordon Chung
i did notice the collector service was only ever writing one db connection at a time. i've opened a bug for that here: https://bugs.launchpad.net/ceilometer/+bug/1291054 i am curious as to why postgresql passes but not mysql? is postgres actually faster or are it's default configurations set up

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

2014-03-11 Thread Dmitry Borodaenko
On Tue, Mar 11, 2014 at 1:31 PM, Matt Riedemann wrote: >>> There was a bug reported today [1] that looks like a regression in this >>> new code, so we need people involved in this looking at it as soon as >>> possible because we have a proposed revert in case we need to yank it >>> out [2]. >>> >>

Re: [openstack-dev] MuranoPL questions?

2014-03-11 Thread Joshua Harlow
I guess I might be a bit biased to programming; so maybe I'm not the target audience. I'm not exactly against DSL's, I just think that DSL's need to be really really proven to become useful (in general this applies to any language that 'joe' comp-sci student can create). Its not that hard to ju

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

2014-03-11 Thread Tim Bell
Can we therefore make that no removal of deleted column is permitted if there is no implementation of shadow tables ? Tim From: Joe Gordon [mailto:joe.gord...@gmail.com] Sent: 11 March 2014 20:57 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [all][

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

2014-03-11 Thread Matt Riedemann
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 wrote: On 03/07/2014 11:16 AM, Russell Bryant wrote: On 03/07/2014 04:19 AM, Daniel P. Berrange wrote:

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

2014-03-11 Thread Jay Pipes
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 wrote: > >> On 03/07/2014 11:16 AM, Russell Bryant wrote: > >>> On 03/07/2014 04:19 AM, Daniel P. Berrange wrote: > On Thu, Mar 06, 2014

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Zane Bitter
On 11/03/14 01:05, Keith Bray wrote: We do run close to Heat master here at Rackspace, and we'd be happy to set up a non-voting job to notify when a review would break Heat on our cloud if that would be beneficial. Some of the breaks we have seen have been things that simply weren't caught in co

[openstack-dev] [python-openstacksdk] Minutes from 11 Mar meeting

2014-03-11 Thread Brian Curtin
We just wrapped up our weekly meeting, and the minutes and log are available. Minutes: http://eavesdrop.openstack.org/meetings/python_openstacksdk/2014/python_openstacksdk.2014-03-11-19.00.html Minutes (text): http://eavesdrop.openstack.org/meetings/python_openstacksdk/2014/python_openstacksdk.2

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

2014-03-11 Thread Joe Gordon
On Tue, Mar 11, 2014 at 12:43 PM, Tim Bell wrote: > > Typical cases are user error where someone accidentally deletes an item > from a tenant. The image guys have a good structure where images become > unavailable and are recoverable for a certain period of time. A regular > periodic task cleans

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

2014-03-11 Thread Tim Bell
Typical cases are user error where someone accidentally deletes an item from a tenant. The image guys have a good structure where images become unavailable and are recoverable for a certain period of time. A regular periodic task cleans up deleted items after a configurable number of seconds to

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

2014-03-11 Thread Matt Riedemann
On 3/10/2014 11:20 AM, Dmitry Borodaenko wrote: On Fri, Mar 7, 2014 at 8:55 AM, Sean Dague wrote: On 03/07/2014 11:16 AM, Russell Bryant wrote: On 03/07/2014 04:19 AM, Daniel P. Berrange wrote: On Thu, Mar 06, 2014 at 12:20:21AM -0800, Andrew Woodward wrote: I'd Like to request A FFE for t

Re: [openstack-dev] [nova] a question about instance snapshot

2014-03-11 Thread Jay Pipes
On Tue, 2014-03-11 at 06:35 +, Bohai (ricky) wrote: > > -Original Message- > > From: Jay Pipes [mailto:jaypi...@gmail.com] > > Sent: Tuesday, March 11, 2014 3:20 AM > > To: openstack-dev@lists.openstack.org > > Subject: Re: [openstack-dev] [nova] a question about instance snapshot > > >

Re: [openstack-dev] [Neutron] Developer documentation

2014-03-11 Thread Brandon Logan
As a someone who has just spent the time to learn the Neutron code, this would have been quite helpful when I started. I'll add on to this when it is merged in. Awesome job! Thanks, Brandon Logan From: Collins, Sean [sean_colli...@cable.comcast.com] Sen

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

2014-03-11 Thread Daniel Kuffner
Hi, what is the error reported by docker? Can you post the docker registry log? What version of docker do you use? I assume you use devstack master branch? thank you, Daniel On Tue, Mar 11, 2014 at 1:19 PM, urgensherpa wrote: > Hello!, > > i can run docker containers and push it to docker io but

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

2014-03-11 Thread Johannes Erdfelt
On Tue, Mar 11, 2014, Mike Wilson wrote: > Undeleting things is an important use case in my opinion. We do this in our > environment on a regular basis. In that light I'm not sure that it would be > appropriate just to log the deletion and git rid of the row. I would like > to see it go to an arch

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

2014-03-11 Thread Joe Gordon
On Tue, Mar 11, 2014 at 10:24 AM, Mike Wilson wrote: > Undeleting things is an important use case in my opinion. We do this in > our environment on a regular basis. In that light I'm not sure that it > would be appropriate just to log the deletion and git rid of the row. I > would like to see it

Re: [openstack-dev] [Ceilometer]Collector's performance

2014-03-11 Thread Nadya Privalova
Ildiko, Thanks for question, I forgot to write about it. The results for mysql, the link to logs http://logs.openstack.org/36/64136/20/check/check-tempest-dsvm-full/e361520/. But I guess postgress stuff looks the same because it failed during last test run (https://review.openstack.org/#/c/64136/)

Re: [openstack-dev] [SWIFT] SWIFT object caching (HOT content)

2014-03-11 Thread Clay Gerrard
At the HK summit, the topic of hot content came up and seemed to broken into two parts. 1) developing a "caching" storage tier for hot content that would allow proxies to more quickly serve small data requests with even higher rates of concurrent access. 2) developing a mechanism to programmatical

Re: [openstack-dev] [Ceilometer]Collector's performance

2014-03-11 Thread Ildikó Váncsa
Hi Nadya, You mentioned multiple DB backends in your mail. Which one did you use to perform these tests or did you get the same/similar performance results in case of both? Best Regards, Ildiko From: Nadya Privalova [mailto:nprival...@mirantis.com] Sent: Tuesday, March 11, 2014 6:05 PM To: Ope

Re: [openstack-dev] [Trove] MySQL 5.6 disk-image-builder element

2014-03-11 Thread Clint Byrum
Excerpts from Lowery, Mathew's message of 2014-03-11 10:33:12 -0700: > My colleague, Ranjitha Vemula, just submitted a trove-integration patch > set to add a MySQL 5.6 disk-image-builder element. Two major hurdles were > faced with this patch set. > In my understanding, D.I.B. elements should be

Re: [openstack-dev] [Neutron] Developer documentation

2014-03-11 Thread Collins, Sean
I put together another review that starts to document the HTTP API layer and structure. https://review.openstack.org/#/c/79675/ I think it's pretty dense - there's a ton of terminology and concepts about WSGI and python that I sort of skim over - it's probably not newbie friendly just yet - comme

[openstack-dev] [Trove] MySQL 5.6 disk-image-builder element

2014-03-11 Thread Lowery, Mathew
My colleague, Ranjitha Vemula, just submitted a trove-integration patch set to add a MySQL 5.6 disk-image-builder element. Two major hurdles were faced with this patch set. 1) The manager The resulting MySQL 5.6 image can be registered using mysql as the datastore, mysql as the manager, and trove

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

2014-03-11 Thread Clint Byrum
Excerpts from Jiří Stránský's message of 2014-03-10 06:10:46 -0700: > On 7.3.2014 14:50, Imre Farkas wrote: > > On 03/07/2014 10:30 AM, Jiří Stránský wrote: > >> Hi, > >> > >> there's one step in cloud initialization that is performed over SSH -- > >> calling "keystone-manage pki_setup". Here's the

[openstack-dev] OpenStack/GSoC

2014-03-11 Thread Davanum Srinivas
Hi, Mentors: * Please click on "My Dashboard" then "Connect with organizations" and request a connection as a mentor (on the GSoC web site - http://www.google-melange.com/) Students: * Please see the Application template you will need to fill in on the GSoC site. http://www.google-melange.com/g

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

2014-03-11 Thread Mike Wilson
Undeleting things is an important use case in my opinion. We do this in our environment on a regular basis. In that light I'm not sure that it would be appropriate just to log the deletion and git rid of the row. I would like to see it go to an archival table where it is easily restored. -Mike O

[openstack-dev] MySQL 5.6 disk-image-builder element

2014-03-11 Thread Lowery, Mathew
My colleague, Ranjitha Vemula, just submitted a trove-integration patch set to add a MySQL 5.6 disk-image-builder element. Two major hurdles were faced with this patch set. 1) The manager The resulting MySQL 5.6 image can be registered using mysql as the datastore, mysql as the manager, and trove

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

2014-03-11 Thread Clint Byrum
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}" >> ${user_home}/.ssh/authorized_keys > > > > to the

[openstack-dev] [Ceilometer]Collector's performance

2014-03-11 Thread Nadya Privalova
Hi team! Last week we were working on notification problem in ceilometer during tempest tests creation. Tests for notification passed successfully on Postgres but failed on MySQL. This made us start investigations and this email contains some results. As it turned out, tempest as it is is somethi

Re: [openstack-dev] [Neutron][LBaaS] Mini-summit Interest?

2014-03-11 Thread Mike Wilson
Hangouts worked well at the nova mid-cycle meetup. Just make sure you have your network situation sorted out before hand. Bandwidth and firewalls are what comes to mind immediately. -Mike On Tue, Mar 11, 2014 at 9:34 AM, Tom Creighton wrote: > When the Designate team had their mini-summit, the

Re: [openstack-dev] testr help

2014-03-11 Thread Doug Hellmann
On Mon, Mar 10, 2014 at 7:20 PM, Zane Bitter wrote: > On 10/03/14 16:04, Clark Boylan wrote: > >> On Mon, Mar 10, 2014 at 11:31 AM, Zane Bitter wrote: >> >>> Thanks Clark for this great write-up. However, I think the solution to >>> the >>> problem in question is richer commands and better outpu

Re: [openstack-dev] No route matched for POST

2014-03-11 Thread Vijay B
Hi Aaron! Yes, attaching the code diffs of the client and server. The diff 0001-Frist-commit-to-add-tag-create-CLI.patch needs to be applied on python-neutronclient's master branch, and the diff 0001-Adding-a-tag-extension.patch needs to be applied on neutron's stable/havana branch. After restarti

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Steven Dake
On 03/11/2014 07:35 AM, Sean Dague wrote: On 03/11/2014 10:15 AM, Steven Dake wrote: On 03/11/2014 04:04 AM, Sean Dague wrote: On 03/04/2014 12:39 PM, Steven Hardy wrote: Hi all, As some of you know, I've been working on the instance-users blueprint[1]. This blueprint implementation requires

Re: [openstack-dev] [neutron][QOS]How is the BP about ml-qos going?

2014-03-11 Thread Collins, Sean
On Mon, Mar 10, 2014 at 11:13:47PM EDT, Yuzhou (C) wrote: > Hi stackers, > > The progress of the bp about ml2-qos is code review for long time. > Why didn't the implementation of qos commit the neutron master ? For a while, I did not believe that this API extension would ever get merged, s

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

2014-03-11 Thread Abishek Subramanian (absubram)
Thanks Radomir. Yes I've changed it to a readonly. But just wanted to double check I didn't end up breaking something elsewhere :) Althouh - how up to date is this code? These are the actual lines of code - # NOTE(amotoki): When 'disabled' attribute is set for the ChoiceField # and Validati

[openstack-dev] [horizon] Private flavors

2014-03-11 Thread Baldassin, Santiago B
Hi everyone, I'm writing to you because I notice that horizon is throwing an error when a private flavor is created and the current project is added within the flavor access list. The problem is that when a non-public project is created, nova adds the current project to the flavor access list.

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

2014-03-11 Thread Sudipta Biswas3
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 to the user when such an action is performed: "Th

Re: [openstack-dev] [Neutron][LBaaS] Mini-summit Interest?

2014-03-11 Thread Tom Creighton
When the Designate team had their mini-summit, they had an open Google Hangout for remote participants. We could even have an open conference bridge if you are not partial to video conferencing. With the issue of inclusion solved, let’s focus on a date that is good for the team! Cheers, Tom

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

2014-03-11 Thread Radomir Dopieralski
On 11/03/14 15:52, Abishek Subramanian (absubram) wrote: > Hi, > > I had a question regarding the > dashboards/project/networks/subnets/workflows.py > file and in particular the portion of the ip_version field. > > It is marked as a hidden input field for the update subnet class with this > note.

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

2014-03-11 Thread Tim Bell
If the deleted column is removed, how would the 'undelete' functionality be provided ? This saves operators when user accidents occur since restoring the whole database to a point in time affects the other tenants also. Tim > Hi all, > > >>> I've never understood why we treat the DB as a LOG

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

2014-03-11 Thread Abishek Subramanian (absubram)
Hi, I had a question regarding the dashboards/project/networks/subnets/workflows.py file and in particular the portion of the ip_version field. It is marked as a hidden input field for the update subnet class with this note. # NOTE(amotoki): When 'disabled' attribute is set for the ChoiceField

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

2014-03-11 Thread Adam Young
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 2014-03-10 17:10 GMT+04:00 Jiří Stránský :

Re: [openstack-dev] [nova] a question about instance snapshot

2014-03-11 Thread Kashyap Chamarthy
On Fri, Mar 07, 2014 at 02:29:04AM +, Liuji (Jeremy) wrote: > Hi, all > > Current openstack seems not support to snapshot instance with memory > and dev states. I searched the blueprint and found two relational > blueprint like below. But these blueprint failed to get in the > branch. > > [

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Sean Dague
On 03/11/2014 10:15 AM, Steven Dake wrote: > On 03/11/2014 04:04 AM, Sean Dague wrote: >> On 03/04/2014 12:39 PM, Steven Hardy wrote: >>> Hi all, >>> >>> As some of you know, I've been working on the instance-users blueprint[1]. >>> >>> This blueprint implementation requires three new items to be a

Re: [openstack-dev] [ceilometer] nominating Ildikó Váncsa and Nadya Privalova to ceilometer-core

2014-03-11 Thread Mehdi Abaakouk
On Mon, Mar 10, 2014 at 05:15:08AM -0400, Eoghan Glynn wrote: > > Folks, > > Time for some new blood on the ceilometer core team. > > * Ildikó co-authored the complex query API extension with Balazs Gibizer >and showed a lot of tenacity in pushing this extensive blueprint >through gerri

Re: [openstack-dev] [qa] Tempest review and development priorities until release

2014-03-11 Thread Kenichi Oomichi
> -Original Message- > From: Sean Dague [mailto:s...@dague.net] > Sent: Tuesday, March 11, 2014 11:02 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [qa] Tempest review and development priorities > until release > > On 03/11/2014 09:4

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Steven Dake
On 03/11/2014 04:04 AM, Sean Dague wrote: On 03/04/2014 12:39 PM, Steven Hardy wrote: Hi all, As some of you know, I've been working on the instance-users blueprint[1]. This blueprint implementation requires three new items to be added to the heat.conf, or some resources (those which create ke

[openstack-dev] [sahara] savanna/sahara graduation review [savanna]

2014-03-11 Thread Sergey Lukjanov
Hey folks, please, note that today will be our project graduation review on TC meeting - https://wiki.openstack.org/wiki/Governance/TechnicalCommittee#Meeting Thanks. -- Sincerely yours, Sergey Lukjanov Savanna Technical Lead Mirantis Inc. ___ OpenSt

Re: [openstack-dev] [qa] Tempest review and development priorities until release

2014-03-11 Thread Sean Dague
On 03/11/2014 09:48 AM, Kenichi Oomichi wrote: > > Hi Sean, > >> -Original Message- >> From: Sean Dague [mailto:s...@dague.net] >> Sent: Tuesday, March 11, 2014 10:06 PM >> To: OpenStack Development Mailing List >> Subject: [openstack-dev] [qa] Tempest review and development priorities >

[openstack-dev] [Horizon] test_launch_instance_post questions

2014-03-11 Thread Abishek Subramanian (absubram)
Hi, Can I please get some help with this UT? I am having a little issue with the nics argument - nics = [{"net-id": netid, "v4-fixed-ip": ""} I wish to add a second network to this argument, but somehow the UT only picks up the first network. Any guidance will be appreciated. Thanks! On 3/6

Re: [openstack-dev] [Neutron][IPv6] IRC meeting today?

2014-03-11 Thread Collins, Sean
It starts at 10AM EST, due to daylight savings. See you in a couple minutes Sean M. Collins From: Shixiong Shang [sparkofwisdom.cl...@gmail.com] Sent: Tuesday, March 11, 2014 9:15 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [opensta

Re: [openstack-dev] [qa] Tempest review and development priorities until release

2014-03-11 Thread Kenichi Oomichi
Hi Sean, > -Original Message- > From: Sean Dague [mailto:s...@dague.net] > Sent: Tuesday, March 11, 2014 10:06 PM > To: OpenStack Development Mailing List > Subject: [openstack-dev] [qa] Tempest review and development priorities until > release > > Tempest has no feature freeze in the s

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

2014-03-11 Thread Sergey Lukjanov
RE blueprints assignments - it looks like all bps have initial assignments. On the renaming the main service code side Alex I. is contact person, I'll help him with some setup stuff. Additionally, you can find a bunch of my patches for external renaming related changes - https://review.openstack.

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

2014-03-11 Thread mar...@redhat.com
On 11/03/14 10:20, Xurong Yang wrote: > It's allowed to create duplicate sg with the same name. > so exception happens when creating instance with the duplicate sg name. Hi Xurong - fyi there is a review open which raises this particular point at https://review.openstack.org/#/c/79270/2 (together

Re: [openstack-dev] [OpenStack-Infra] [3rd party testing] Q&A meeting today at 14:00 EST / 18:00 UTC

2014-03-11 Thread Jeremy Stanley
On 2014-03-11 04:29:04 + (+), trinath.soman...@freescale.com wrote: > +1 > > Attending Note that announcement was for yesterday. Nobody showed up with questions so it ended very early. -- Jeremy Stanley ___ OpenStack-dev mailing list OpenStack

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

2014-03-11 Thread Sergey Lukjanov
All launchpad projects has been renamed keeping full path redirects. It means that you can still reference to the bugs and blueprints under the savanna launchpad project and it'll be redirected to the new sahara project. All savanna repositories will be renamed to sahara ones on Wednesday, March 1

[openstack-dev] [Neutron][IPv6] IRC meeting today?

2014-03-11 Thread Shixiong Shang
Do we have IRC meeting today? Didn’t see anybody in the chat room…..:( Shixiong Shixiong Shang !--- Stay Hungry, Stay Foolish ---!___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/open

[openstack-dev] [qa] Tempest review and development priorities until release

2014-03-11 Thread Sean Dague
Tempest has no feature freeze in the same way as the core projects, in a lot of ways some of our most useful effort happens right now, as projects shore up features within the tempest code. That being said, the review queue remains reasonably large, so I would like to focus review attention on ite

[openstack-dev] Reminder - Weekly Project Meeting today at 21:00 UTC

2014-03-11 Thread Sean Dague
For today's weekly project meeting I'll be standing in for Thierry. Agenda is here https://wiki.openstack.org/wiki/Meetings/ProjectMeeting#Weekly_Project_meeting I expect the bulk of the meeting will be checking in on where we stand on FFEs that were granted, as those were all supposed to be in by

Re: [openstack-dev] [Ceilometer] Suggestions for alarm improvements

2014-03-11 Thread Gordon Chung
i've created a bp to discuss whether moving the alarming into pipeline is feasible and can cover all the use cases for alarm. if we can find a solution that is a bit leaner than what we have and still provide same functionality coverage i don't see why we try it. it very well may be that what w

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

2014-03-11 Thread urgensherpa
Hello!, i can run docker containers and push it to docker io but i failed to push it for local glance.and get the same error mentioned here. Could you please show some more light on how you resolved it. i started settingup openstack and docker using devstack. here is my localrc FLOATING_RANGE=1

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Sean Dague
On 03/11/2014 07:48 AM, Steven Hardy wrote: > On Tue, Mar 11, 2014 at 07:04:32AM -0400, Sean Dague wrote: >> On 03/04/2014 12:39 PM, Steven Hardy wrote: >>> Hi all, >>> >>> As some of you know, I've been working on the instance-users blueprint[1]. >>> >>> This blueprint implementation requires thre

Re: [openstack-dev] [Murano] New API methods for App Catalog UI

2014-03-11 Thread Alexander Tivelkov
Hi Georgy, There was already a discussion of these APIs [1] about some time ago, the draft for API has been proposed here [2], the etherpad for discussion and feedback was created [3] and the direction was already approved in the blueprint [4]. As far as I know, the work on this set of APIs has al

Re: [openstack-dev] Cinder: AttributeError: No such RPC function 'create_export'

2014-03-11 Thread Deepak C Shetty
I spoke with Avishay on IRC and he gave me this link... https://review.openstack.org/#/c/76471/ So this is a known issue and the fix is under works ^^ thanx, deepak On 03/11/2014 12:53 PM, Deepak C Shetty wrote: Hi All, I am using devstack with cinder git head @ f888e412b0d0fdb0426045a9c

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Steven Hardy
On Tue, Mar 11, 2014 at 07:04:32AM -0400, Sean Dague wrote: > On 03/04/2014 12:39 PM, Steven Hardy wrote: > > Hi all, > > > > As some of you know, I've been working on the instance-users blueprint[1]. > > > > This blueprint implementation requires three new items to be added to the > > heat.conf,

Re: [openstack-dev] [Nova][Cinder] Feature about volume delete protection

2014-03-11 Thread Zhangleiqiang
> From: Huang Zhiteng [mailto:winsto...@gmail.com] > Sent: Tuesday, March 11, 2014 5:37 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [Nova][Cinder] Feature about volume delete > protection > > On Tue, Mar 11, 2014 at 5:09 PM, Zhangleiqiang >

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Sean Dague
On 03/04/2014 12:39 PM, Steven Hardy wrote: > Hi all, > > As some of you know, I've been working on the instance-users blueprint[1]. > > This blueprint implementation requires three new items to be added to the > heat.conf, or some resources (those which create keystone users) will not > work: >

Re: [openstack-dev] Cinder: AttributeError: No such RPC function 'create_export'

2014-03-11 Thread Deepak C Shetty
I think you are referrign to backend-assisted migration, I am referring to the generic one (with the support put forth by Avishay of IBM) The generic flow of migration shoudl work as far as backend provides support for 1) create volume 2) attach/detach volume It may not be ideal, but should w

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

2014-03-11 Thread Lingxian Kong
Hi Xurong: If Neutron is used for security-group functionality, do not come back to Nova for that. The security-group in Nova is just for backward compatiblity, IMHO. 2014-03-11 16:20 GMT+08:00 Xurong Yang : > It's allowed to create duplicate sg with the same name. > so exception happens when c

Re: [openstack-dev] [heat]Policy on upgades required config changes

2014-03-11 Thread Steven Hardy
Hi Keith & Clint, On Tue, Mar 11, 2014 at 05:05:21AM +, Keith Bray wrote: > I want to echo Clint's responses... We do run close to Heat master here at > Rackspace, and we'd be happy to set up a non-voting job to notify when a > review would break Heat on our cloud if that would be beneficial.

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

2014-03-11 Thread Roey Chen
Forwarding the answer to the relevant mailing lists: --- Hi, Hope this could help, I've encountered this issue myself not to long ago on Ubuntu 12.04 host, it didn't happen again after messing with the Kernel Semaphore Limits parameters [1]: Adding this [2] line to `/etc/sysctl.conf` seems to

  1   2   >