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

2014-03-11 Thread Deepak C Shetty
Hi All, I am using devstack with cinder git head @ f888e412b0d0fdb0426045a9c55e0be0390f842c I am seeing the below error while trying to do cinder migrate for glusterfs backend. I don't think its backend specific tho' as the failure is in the common rpc layer of code. http://paste.fedorapro

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

2014-03-11 Thread Swapnil Kulkarni
Hi Deepak, I believe the migrate_volume is not implemented in glusterfs which causes above error. I have seen similar errors earlier. Currently implementing the migrate volume and testing it. I will push it upstream once successfully tested. Best Regards, Swapnil Kulkarni irc : coolsvap swapnilku

Re: [openstack-dev] [Heat][Murano][TOSCA] Murano team contrib. to Heat TOSCA activities

2014-03-11 Thread Thomas Spatzier
Randall Burt wrote on 10/03/2014 19:51:58: > From: Randall Burt > To: "OpenStack Development Mailing List (not for usage questions)" > > Date: 10/03/2014 19:55 > Subject: Re: [openstack-dev] [Heat][Murano][TOSCA] Murano team > contrib. to Heat TOSCA activities > > > On Mar 10, 2014, at 1:26 PM,

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

2014-03-11 Thread Xurong Yang
It's allowed to create duplicate sg with the same name. so exception happens when creating instance with the duplicate sg name. code following: security_groups = kwargs.get('security_groups', []) security_group_ids = [] # TODO(arosen) Should optimize more to do

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

2014-03-11 Thread Huang Zhiteng
On Tue, Mar 11, 2014 at 11:38 AM, Zhangleiqiang wrote: > Hi all, > > > > Besides the "soft-delete" state for volumes, I think there is need for > introducing another "fake delete" state for volumes which have snapshot. > > > > Current Openstack refuses the delete request for volumes which have > s

[openstack-dev] [nova]Question about Ephemeral/swap disk and flavor

2014-03-11 Thread Chen CH Ji
Hi We are trying to fix some eph disk related bugs and also considering our private driver implementation based for eph disk ,so this is not a usage question ,instead, it's a development question I have some questions related "ephemeral_gb" in flavor and nova boot option "--ephe

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

2014-03-11 Thread laserjetyang
I think the workflow management might be a better place to solve your problem, if I understood correctly On Tue, Mar 11, 2014 at 4:29 PM, Huang Zhiteng wrote: > On Tue, Mar 11, 2014 at 11:38 AM, Zhangleiqiang > wrote: > > Hi all, > > > > > > > > Besides the "soft-delete" state for volumes, I t

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

2014-03-11 Thread Deepak C Shetty
Swapnil, The failure is not in the glsuter specific part of code IIUC its in the rpc/dispatcher area.. so shouldn't be gluster specific On 03/11/2014 01:06 PM, Swapnil Kulkarni wrote: Hi Deepak, I believe the migrate_volume is not implemented in glusterfs which causes above error. I have se

Re: [openstack-dev] [neutron][rootwrap] Performance considerations, sudo?

2014-03-11 Thread Miguel Angel Ajo Pelayo
I have included on the etherpad, the option to write a sudo plugin (or several), specific for openstack. And this is a test with shedskin, I suppose that in more complicated dependecy scenarios it should perform better. [majopela@redcylon tmp]$ cat import sys > print "hello world" >

Re: [openstack-dev] [Neutron][L3] FFE request: L3 HA VRRP

2014-03-11 Thread Mathieu Rohon
+1 On Mon, Mar 10, 2014 at 10:51 AM, Miguel Angel Ajo wrote: > +1 (Voting here to workaround my previous top-posting). > > > On 03/09/2014 01:22 PM, Nir Yechiel wrote: >> >> +1 >> >> I see it as one of the main current gaps and I believe that this is >> something that can promote Neutron as stab

Re: [openstack-dev] [nova]Question about Ephemeral/swap disk and flavor

2014-03-11 Thread ChangBo Guo
2014-03-11 16:28 GMT+08:00 Chen CH Ji : > Hi > We are trying to fix some eph disk related bugs and also > considering our private driver implementation based for eph disk ,so this > is not a usage question ,instead, it's a development question > > I have some questions related "e

Re: [openstack-dev] [qa] Python 3.3 patches (using six)

2014-03-11 Thread li zheming
+1 2014-03-11 5:54 GMT+08:00 David Kranz : > There are a number of patches up for review that make various changes to > use "six" apis instead of Python 2 constructs. While I understand the > desire to get a head start on getting Tempest to run in Python 3, I'm not > sure it makes sense to do th

Re: [openstack-dev] [nova]Question about Ephemeral/swap disk and flavor

2014-03-11 Thread ChangBo Guo
2014-03-11 17:01 GMT+08:00 ChangBo Guo : > > > > 2014-03-11 16:28 GMT+08:00 Chen CH Ji : > > Hi >> We are trying to fix some eph disk related bugs and also >> considering our private driver implementation based for eph disk ,so this >> is not a usage question ,instead, it's a development

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 4:29 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 11:38 AM, Zhangleiqiang >

Re: [openstack-dev] [nova][novaclient] How to get user's credentials for using novaclient API?

2014-03-11 Thread Dmitry Mescheryakov
Hello Nader, You should use python-keystoneclient [1] to obtain the token. You can find example usage in helper script [2]. Dmitry [1] https://github.com/openstack/python-keystoneclient [2] https://github.com/openstack/savanna/blob/master/tools/get_auth_token.py#L74 2014-03-10 21:25 GMT+04:00

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

2014-03-11 Thread Swapnil Kulkarni
Hi Deepak, When you say you are using glusterfs as backend, you are using glusterfs driver, is it correct? Best Regards, Swapnil Kulkarni irc : coolsvap On Tue, Mar 11, 2014 at 2:17 PM, Deepak C Shetty wrote: > Swapnil, > The failure is not in the glsuter specific part of code > IIUC its i

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

2014-03-11 Thread Dmitry Mescheryakov
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ý : > On 7.3.2014 14:50, Imre Farkas wrote: >> >> On 03/0

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

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

Re: [openstack-dev] [nova][novaclient] How to get user's credentials for using novaclient API?

2014-03-11 Thread ChangBo Guo
Another helpful article about your question :-) http://www.ibm.com/developerworks/cloud/library/cl-openstack-pythonapis/index.html 2014-03-11 17:15 GMT+08:00 Dmitry Mescheryakov : > Hello Nader, > > You should use python-keystoneclient [1] to obtain the token. You can > find example usage in he

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

2014-03-11 Thread Alexis Lee
Roman Podoliaka said on Mon, Mar 10, 2014 at 03:04:06PM -0700: > So we have a homework to do: find out what for projects use > soft-deletes. I assume that soft-deletes are only used internally and > aren't exposed to API users, but let's check that. At the same time > all new projects should avoid

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

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] [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] 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] [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] [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 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] 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] [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] [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] [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] [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

[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

[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] [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

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

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] [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] [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] [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] [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

[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

[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 >

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

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] [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] [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] [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] [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ý :

[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] [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

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] [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

[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

[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.

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

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] [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] 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] 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] [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

[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] [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] 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] [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] 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] [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] [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] [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

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] [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] [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 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] [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] [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] [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] [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] [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] [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] [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] [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

[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] [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

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] [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] [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] 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] [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] [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] 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] [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] [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] [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] [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

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] [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] [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] [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 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

  1   2   >