Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread WANG, Ming Hao (Tony T)
Another question is: If I want to call a user-defined script in Mistral, what action should be used? Still use "ssh std_action"? Thanks in advance, Tony From: WANG, Ming Hao (Tony T) [mailto:tony.a.w...@alcatel-lucent.com] Sent: Friday, October 16, 2015 2:36 PM To: OpenStack Development Mailing L

[openstack-dev] [Glance] Summit schedule uplodaded

2015-10-16 Thread Flavio Percoco
Greetings Glance's schedule for the Mitaka summit is now complete. As mentioned in our meeting yesterday, the schedule has been uploaded to sched.org[0]. I'd like to encourage everyone (especially moderators) to check their schedules and make sure there are no conflicts. If you have another pro

[openstack-dev] [Cross-posting] Announcement: OpenStack India Online Meetup

2015-10-16 Thread OpenStack India Online
Greetings, It gives me immense pleasure to announce a well deserved Online Meetup place for all OpenStack community members in India. With the ever growing participation to use, evaluate and contribute to OpenStack, the community in India is growing at a very fast pace. With the large geographica

[openstack-dev] [Glance] Mitaka spec freeze proposal

2015-10-16 Thread Flavio Percoco
Hi Glancers, Among the things we'd like to give a try to during Mitaka, we also have having a spec freeze. This was discussed in the latest drivers meeting[0] and you can find some extra details below. The freeze will happen after M-1 is cut and before M-2 is out. To be more precise and allow fo

[openstack-dev] [Cinder] New extension API for detecting cinder-backup ?

2015-10-16 Thread Ramakrishna, Deepti
Hi, We need a way to let Horizon know about the presence of cinder-backup service so that it can enable the volume backup operations in the UI (https://bugs.launchpad.net/cinder/+bug/1334856). The backup action does not have any restrictions on who can perform it as evidenced by the following

Re: [openstack-dev] [Cinder] New extension API for detecting cinder-backup ?

2015-10-16 Thread Duncan Thomas
I think option 2 is the better one, and we can just call it something else other than capabilities. Available_services or similar On 16 Oct 2015 11:05, "Ramakrishna, Deepti" wrote: > Hi, > > > > We need a way to let Horizon know about the presence of cinder-backup > service so that it can enable

Re: [openstack-dev] [packaging] liberty doesn't have caps on deps

2015-10-16 Thread Thierry Carrez
Robert Collins wrote: > [...] > BUT: we haven't (ever!) tested that the lowest versions we specify > work. When folk know they are adding a hard dependency on a version we > do raise the lower versions, but thats adhoc and best effort today. > I'd like to see a lower-constraints.txt reflecting the

Re: [openstack-dev] [Neutron] [Tempest] where fwaas tempest tests should be?

2015-10-16 Thread Takashi Yamamoto
hi, On Thu, Oct 15, 2015 at 11:17 PM, Matthew Treinish wrote: > On Thu, Oct 15, 2015 at 08:25:40PM +0900, Takashi Yamamoto wrote: >> hi, >> >> i'm looking in fwaas tempest tests and have a question about code location. >> >> currently, >> >> - fwaas api tests and its rest client are in neutron re

[openstack-dev] Error in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Team. I am trying to run Openstack KILO release on my Ubuntu 14.04 x86 machine.I am able to run all the services.i.e glance,nova.keystone,neutron etc successfully. But when i am trying to launch VM using below command manually. *nova boot --image 8f6e2973-c048-4445-8c31-38e159c930fc --flavor

[openstack-dev] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Team. I am trying to run Openstack KILO release on my Ubuntu 14.04 x86 machine.I am able to run all the services.i.e glance,nova.keystone,neutron etc successfully. But when i am trying to launch VM using below command manually. *nova boot --image 8f6e2973-c048-4445-8c31-38e159c930fc --flavor

Re: [openstack-dev] [fuel] OpenStack versioning in Fuel

2015-10-16 Thread Igor Kalnitsky
Hey Oleg, I've read the post [1] and I didn't get how exactly minor releases of *stable* branch will be versioned? Let's say 2015.2.0 is Liberty. How 2015.2.1 will be versioned? [1] http://ttx.re/new-versioning.html Thanks, Igor On Thu, Oct 15, 2015 at 6:59 PM, Oleg Gelbukh wrote: > Hello, >

Re: [openstack-dev] [neutron]What happened when the 3-rd controller restarted?

2015-10-16 Thread Germy Lure
Hi Salvatore, Thanks so much for your continuing answers. What you mentioned is partially where I was going. Indeed, I want to solve the whole consistency issue, not just at startup. I just thought that ensuring consistency at startup and each operation is enough for it. A periodic task need more

[openstack-dev] [neutron]How to install lbaas integrating with barbican?

2015-10-16 Thread Germy Lure
Hi stackers, I plan to test the https functionality of lbaas. Can anyone paste some guide hyperlink about installation, deployment and operation? Thank you. Germy . __ OpenStack Development Mailing List (not for usage questio

Re: [openstack-dev] [fuel] OpenStack versioning in Fuel

2015-10-16 Thread Oleg Gelbukh
Igor, The point is that there's no 2015.2.0 version anywhere in OpenStack. So every component will be versioned separately, for example, in Libery, Nova has version 12.0.0, and minor release of it is going to have version 12.0.1, while Keystone, for instance, will have version 11.0.0 and 11.0.1 fo

[openstack-dev] [cinder] Is there any cli command for "manage_existing"?

2015-10-16 Thread liuxinguo
Hi, I have saw the "manage_existing" interface in cinder/contrib/volume_manager.py but can't find the responding cli command. Is there any cli command for "manage_existing"? If not, who will call this api? Thanks for any input! Wilson Liu __

Re: [openstack-dev] [cinder] Is there any cli command for "manage_existing"?

2015-10-16 Thread Ivan Kolodyazhny
Hi, There is "cinder manage" command [1] in the python-cinderclient. [1] https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/shell.py#L2063 Regards, Ivan Kolodyazhny On Fri, Oct 16, 2015 at 1:06 PM, liuxinguo wrote: > Hi, > > I have saw the “manage_existing” interface

[openstack-dev] [Neutron][Kuryr]Request for reviews

2015-10-16 Thread 福島拓
Hi, I'd like to have some reviews on the following patches. They're already reviewed and approved actually. So if there's nothing to block merging, I'd appreciate if you could merge them. libnetwork is changing fast and some of the patches are about to be outdated. To catch up with its fast updat

Re: [openstack-dev] [neutron]How to install lbaas integrating with barbican?

2015-10-16 Thread santosh sharma
Hope this helps: https://wiki.openstack.org/wiki/Network/LBaaS/docs/how-to-create-tls-loadbalancer Thanks Santosh art.chitrprayatan.co.in On Fri, Oct 16, 2015 at 3:25 PM, Germy Lure wrote: > Hi stackers, > > I plan to test the https functionality of lbaas. Can anyone paste some > guide hyperlin

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
Hi Rahul, Is the table "networks" available in the DB? Looks like it does not exist and thus when neutron queries the DB, it returns the error. Let me know. Thanks. Nitish B. Regards, Nitish B. On Fri, Oct 16, 2015 at 3:10 PM, Rahul Arora wrote: > Hi Team. > > I am trying to run Openstack KILO

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Nasir Mahmood
Rahul, You may need to re-create neutron DB...this error should never be seen in your logs if your installation/configuration is gone good, On Fri, Oct 16, 2015 at 3:22 PM, nithish B wrote: > Hi Rahul, > Is the table "networks" available in the DB? Looks like it does not exist > and thus when n

Re: [openstack-dev] [oslo] Require documenting changes with versionadded and versionchanged

2015-10-16 Thread Victor Stinner
Le 15/10/2015 17:54, Joshua Harlow a écrit : I had this problem with deprecation versioning (the debtcollector library functions take a version="XYZ", removal_version="ABC" params, see http://docs.openstack.org/developer/debtcollector/examples.html#further-customizing-the-emitted-messages) and it

[openstack-dev] [stable/liberty] [requirements]/[oslo] ceilometer jobs failing.

2015-10-16 Thread Tony Breeds
Hi All, We have an issue for any review that causes a new commit to ceilometer, it will fail with[1]: ValueError: git history requires a target version of pbr.version.SemanticVersion(5.0.1), but target version is pbr.version.SemanticVersion(5.0.0) Switching to post-versioning[2] c

Re: [openstack-dev] [QA] Design Summit Schedule

2015-10-16 Thread Dmitry Tantsur
On 10/15/2015 06:42 PM, Matthew Treinish wrote: Hi Everyone, I just pushed up the QA schedule for design summit: https://mitakadesignsummit.sched.org/overview/type/qa Let me know if there are any big schedule conflicts or other issues, so we can work through the problem. Hi! I wonder if it

[openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Neil Jerram
If you go to http://docs.openstack.org/developer/openstack-projects.html, then go from there into any project page, the 'Project Source' URL in the sidebar is wrong. (Well, I say 'any', but I've only actually tried for ironic, networking-midonet and networking-calico. Those all show the following

[openstack-dev] logstash URL queries.

2015-10-16 Thread Tony Breeds
Hi Everybody, So it looks to me like we recently updated logstash.openstack.org to a newer version of kibabna? I'll very openly admit that my logstash fu is wanting but I'm having a little trouble 1) I can't work out how to after performing my query/filtering share the results (for example

[openstack-dev] [Third-Party][CI] Add accouts to CI group

2015-10-16 Thread Watanabe, Isao
Hello, Third-Party Coordinators Cc:Ramy Could you add the following 2 accounts to CI group, please? Also, we will continually update the wiki. [1] Name: Fujitsu C-Fabric CI Mail: lsoft-cfabri...@ml.css.fujitsu.com Wiki: https://wiki.openstack.org/wiki/ThirdPartySystems/Fujitsu_C-Fabric_CI [2] Nam

Re: [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Matt Thompson
Hi All, Does anyone know if any progress has been made here? We're doing something similar to Kris and it'd be great if libguestfs could be installed directly from pypi. Any information is appreciated. Thanks! --Matt On Thu, Jul 30, 2015 at 12:38 PM, Richard W.M. Jones wrote: > On Thu, Ju

Re: [openstack-dev] [packaging] liberty doesn't have caps on deps

2015-10-16 Thread Sean Dague
On 10/16/2015 04:23 AM, Thierry Carrez wrote: > Robert Collins wrote: >> [...] >> BUT: we haven't (ever!) tested that the lowest versions we specify >> work. When folk know they are adding a hard dependency on a version we >> do raise the lower versions, but thats adhoc and best effort today. >> I'

[openstack-dev] [neutron][calico] networking-calico 1.0.0

2015-10-16 Thread Neil Jerram
I'm happy to announce the first release of networking-calico. As it says at http://docs.openstack.org/developer/networking-calico/: networking-calico is the Neutron ‘stadium’ sub-project that provides ‘Calico’ connectivity and security in an OpenStack/Neutron cloud. Calico [1] uses IP rout

Re: [openstack-dev] [fuel] OpenStack versioning in Fuel

2015-10-16 Thread Igor Kalnitsky
Oleg, Yes, I know. Still you didn't answer my question - are they planning to release stable branches time-to-time? Like I said, Liberty is something similar 2015.2.0. How they will name release of something like 2015.2.1 (stable release, with bugfixes) ? Or they plan to drop it? Thanks, Igor On

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Nitish, When i am trying to see table "networks" in the DB.I am not able to use "show tables" command to see tables.looks like it this version does not suppor that. List of all MySQL commands: Note that all text commands must be first on line and end with ';' ? (\?) Synonym for `help'.

[openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Ihar Hrachyshka
Hi all, I’d like to introduce a new initiative around stable branches for neutron official projects (neutron, neutron-*aas, python-neutronclient) that is intended to straighten our backporting process and make us more proactive in fixing bugs in stable branches. ‘Proactive' meaning: don’t wait

Re: [openstack-dev] [Fuel] Proposal to freeze old Fuel CLI

2015-10-16 Thread Igor Kalnitsky
+1 to Sebastian. On Wed, Oct 14, 2015 at 12:13 PM, Sebastian Kalinowski wrote: > Roman, this was already discussed in [1]. > The conclusion was that we will implement new features in both places so > user will not have to > use "old" fuelclient to do some things and the "new" to others. > There w

[openstack-dev] [ceilometer][aodh] proposal to add Ryota Mibu to Aodh core

2015-10-16 Thread gord chung
hi, i'd like to nominate Ryota Mibu to the Aodh core team. he has been an active participant in Aodh and leads the Event alarms work done there. he also brings good insight related to NFV use case. patches: https://review.openstack.org/#/q/owner:%22Ryota+MIBU%22+project:openstack/aodh,n,z re

Re: [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Richard W.M. Jones
On Fri, Oct 16, 2015 at 12:58:20PM +0100, Matt Thompson wrote: > Hi All, > > Does anyone know if any progress has been made here? We're doing something > similar to Kris and it'd be great if libguestfs could be installed directly > from pypi. Good and bad news. No movement on the PyPi sign-up /

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Christian Berendt
On 10/16/2015 01:46 PM, Neil Jerram wrote: > I'd be happy to submit a fix for this, but I haven't yet found which > project generates this URL. Can someone advise? The developer documentations use the oslosphinx theme.(http://git.openstack.org/cgit/openstack/oslosphinx). The mentioned URL is gene

Re: [openstack-dev] [packaging] liberty doesn't have caps on deps

2015-10-16 Thread Doug Hellmann
Excerpts from Robert Collins's message of 2015-10-16 09:29:21 +1300: > On 16 October 2015 at 08:57, Doug Hellmann wrote: > > Excerpts from Matthew Thode's message of 2015-10-15 14:35:08 -0500: > >> On 10/15/2015 02:17 PM, Matt Riedemann wrote: > >> > > > > > > We're going to try to cover it i

Re: [openstack-dev] [Fuel] Proposal to freeze old Fuel CLI

2015-10-16 Thread Aleksey Kasatkin
+1 to Sebastian. And, AFAIK, there is no user docs (or about no docs) on CLI v2. Even for 7.0 new features were documented using CLI v1. Aleksey Kasatkin On Fri, Oct 16, 2015 at 3:38 PM, Igor Kalnitsky wrote: > +1 to Sebastian. > > On Wed, Oct 14, 2015 at 12:13 PM, Sebastian Kalinowski > wr

Re: [openstack-dev] [ceilometer][aodh] proposal to add Ryota Mibu to Aodh core

2015-10-16 Thread gord chung
sorry, as we usually do, please comment on gerrit[1]. if you cannot, then please comment here. [1] https://review.openstack.org/#/c/235890/ On 16/10/15 08:39 AM, gord chung wrote: hi, i'd like to nominate Ryota Mibu to the Aodh core team. he has been an active participant in Aodh and leads t

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Elena Ezhova
Rahul, Firstly, you have to choose a database. mysql> use neutron; mysql> show tables; mysql> select * from networks; On Fri, Oct 16, 2015 at 3:29 PM, Rahul Arora wrote: > Hi Nitish, > > When i am trying to see table "networks" in the DB.I am not able to use > "show tables" command to see tab

Re: [openstack-dev] [packaging] liberty doesn't have caps on deps

2015-10-16 Thread Doug Hellmann
Excerpts from Matthew Thode's message of 2015-10-15 17:40:27 -0500: > On 10/15/2015 05:29 PM, Robert Collins wrote: > > On 16 October 2015 at 11:21, Matthew Thode > > wrote: > >> On 10/15/2015 05:12 PM, Robert Collins wrote: > >>> On 16 October 2015 at 08:10, Matthew Thode > >>> wrote: > O

Re: [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Richard W.M. Jones
On Fri, Oct 16, 2015 at 01:40:56PM +0100, Richard W.M. Jones wrote: > On Fri, Oct 16, 2015 at 12:58:20PM +0100, Matt Thompson wrote: > > Hi All, > > > > Does anyone know if any progress has been made here? We're doing something > > similar to Kris and it'd be great if libguestfs could be installe

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Neil Jerram
On 16/10/15 13:53, Christian Berendt wrote: > On 10/16/2015 01:46 PM, Neil Jerram wrote: >> I'd be happy to submit a fix for this, but I haven't yet found which >> project generates this URL. Can someone advise? > The developer documentations use the oslosphinx > theme.(http://git.openstack.org/cg

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Nasir, While doing installation/configuration when i was trying to run neutron-server service.I got following errors. 2015-10-05 06:48:12.549 17209 TRACE neutron File "/usr/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler 2015-10-05 06:48:12.549 17209 TRAC

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Elena, I am using these commands only.Please see below . root@t1040rdb:~# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 11 Server version: 5.5.39-MariaDB Source distribution Copyright (c) 2000, 2014, Oracle, Monty Pr

[openstack-dev] [sahara] Design summit schedule posted

2015-10-16 Thread Sergey Lukjanov
Hi folks, you could find the schedule for Sahara part of design summit at http://mitakadesignsummit.sched.org/overview/type/sahara All etherpads - https://wiki.openstack.org/wiki/Design_Summit/Mitaka/Etherpads#Sahara Session chairs, please, fill the etherpads. Thanks. -- Sincerely yours, Serg

Re: [openstack-dev] [infra] Upgrade to Gerrit 2.11

2015-10-16 Thread Markus Zoeller
On 10/15/2015 11:36 PM, Flavio Percoco wrote: > >On 15/10/15 17:42 +0200, Markus Zoeller wrote: > >For spotting possible trivial bug fixes the new query option "delta" > >will be useful. For example: "status:open delta:<100" > > > >Would it be possible to create a "prio" label to help sorting out

Re: [openstack-dev] [release] opening stable/liberty

2015-10-16 Thread Dave McCowan (dmccowan)
Hi Doug-- I will fix the Barbican branch. https://review.openstack.org/#/c/235157/ --Dave On 10/15/15, 2:30 PM, "Doug Hellmann" wrote: >One of the first steps for opening stable/liberty is to update the >version settings in the branches to no longer use pre-versioning. >Thierry submitted a

Re: [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Richard W.M. Jones
On Fri, Oct 16, 2015 at 01:40:56PM +0100, Richard W.M. Jones wrote: > On Fri, Oct 16, 2015 at 12:58:20PM +0100, Matt Thompson wrote: > > Hi All, > > > > Does anyone know if any progress has been made here? We're doing something > > similar to Kris and it'd be great if libguestfs could be installe

Re: [openstack-dev] [fuel] OpenStack versioning in Fuel

2015-10-16 Thread Oleg Gelbukh
Igor, Got your question now. Coordinated point (maintenance) releases are dropped. [1] [2] [1] http://lists.openstack.org/pipermail/openstack-dev/2015-May/065144.html [2] https://wiki.openstack.org/wiki/StableBranchRelease#Planned_stable.2Fliberty_releases -- Best regards, Oleg Gelbukh On Fri,

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Doug Hellmann
Excerpts from Neil Jerram's message of 2015-10-16 13:10:41 +: > On 16/10/15 13:53, Christian Berendt wrote: > > On 10/16/2015 01:46 PM, Neil Jerram wrote: > >> I'd be happy to submit a fix for this, but I haven't yet found which > >> project generates this URL. Can someone advise? > > The deve

Re: [openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Kyle Mestery
On Fri, Oct 16, 2015 at 7:33 AM, Ihar Hrachyshka wrote: > Hi all, > > I’d like to introduce a new initiative around stable branches for neutron > official projects (neutron, neutron-*aas, python-neutronclient) that is > intended to straighten our backporting process and make us more proactive > i

[openstack-dev] [Fuel] Assigning VIPs on network config serialization

2015-10-16 Thread Roman Prykhodchenko
Hi folks! I’ve been discussing several bugs [1-3] with some folks and noticed that they share the same root cause which is that network serialization fails, if there’s not enough IP addresses in all available ranges of one of the available networks to assign them to all VIPs. There are several

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
Rahul, Please check the version of MySQL/MariaDB which you are using. For quick reference, you can use the following command in mysql: "*SHOW VARIABLES LIKE "%version%";"* Also, before you run "show tables", you need to select the DB to use, using "use ". Thanks. Regards, Nitish B. On Fri, Oct

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
Rahul, Clearly, neutron didn't create the tables right. You may have to re-install/re-configure neutron. Thanks. Regards, Nitish B. On Fri, Oct 16, 2015 at 7:55 PM, Rahul Arora wrote: > Hi Nitish. > > Below is the output of status of neutron database.Yes i am using "use > neutron" before runni

Re: [openstack-dev] [fuel] OpenStack versioning in Fuel

2015-10-16 Thread Igor Kalnitsky
Oleg, Awesome! That's what I was looking for. :) - Igor On Fri, Oct 16, 2015 at 5:09 PM, Oleg Gelbukh wrote: > Igor, > > Got your question now. Coordinated point (maintenance) releases are dropped. > [1] [2] > > [1] http://lists.openstack.org/pipermail/openstack-dev/2015-May/065144.html > [2] >

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Nitish. Below is the output of status of neutron database.Yes i am using "use neutron" before running the command. MariaDB [neutron]> status -- mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (powerpc) using readline 5.1 Connection id: 42 Current database: neutron

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
HI Nitish, Actually i am running openstack kilo on my powerpc platform now.I am able to run it on the x86 successfully. On the running setup i.e on x86 machine also i am having same output of the status command in neutron database,See below. mysql> use neutron Reading table information for compl

Re: [openstack-dev] Scheduler proposal

2015-10-16 Thread Alec Hothan (ahothan)
On 10/15/15, 11:11 PM, "Clint Byrum" wrote: >Excerpts from Ed Leafe's message of 2015-10-15 11:56:24 -0700: >> Wow, I seem to have unleashed a bunch of pent-up frustration in the >> community! It's great to see everyone coming forward with their ideas and >> insights for improving the way

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
Rahul, After "use neutron", try "show tables" in both the machines and let me know what is the output. Regards, Nitish B. On Fri, Oct 16, 2015 at 8:04 PM, Rahul Arora wrote: > HI Nitish, > > Actually i am running openstack kilo on my powerpc platform now.I am able > to run it on the x86 success

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Jeremy Stanley
On 2015-10-16 10:20:17 -0400 (-0400), Doug Hellmann wrote: > Excerpts from Neil Jerram's message of 2015-10-16 13:10:41 +: [...] > > Well, it would appear that 'git config --local --get remote.origin.url' > > on the docs build machine gives a URL whose path includes a leading /p. > > But there

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Hi Nitish, Below is the output. On powerpc i.e. not working setup root@t1040rdb:~# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 45 Server version: 5.5.39-MariaDB Source distribution Copyright (c) 2000, 2014, Oracle, M

Re: [openstack-dev] [packaging] liberty doesn't have caps on deps

2015-10-16 Thread Matthew Thode
On 10/15/2015 03:29 PM, Robert Collins wrote: > On 16 October 2015 at 08:57, Doug Hellmann wrote: >> Excerpts from Matthew Thode's message of 2015-10-15 14:35:08 -0500: >>> On 10/15/2015 02:17 PM, Matt Riedemann wrote: > >> >> We're going to try to cover it in >> http://mitakadesignsummi

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Neil Jerram
On 16/10/15 15:51, Jeremy Stanley wrote: > On 2015-10-16 10:20:17 -0400 (-0400), Doug Hellmann wrote: >> Excerpts from Neil Jerram's message of 2015-10-16 13:10:41 +: > [...] >>> Well, it would appear that 'git config --local --get remote.origin.url' >>> on the docs build machine gives a URL wh

[openstack-dev] [Fuel][QA][Plugins] Move functional tests from fuel-qa to the plugins

2015-10-16 Thread Simon Pasquier
Hello Fuelers! I'd like to discuss something that I feel is important to improve the quality of the Fuel plugins. Currently, the functional tests for Fuel plugins are located in the fuel-qa project [1]. IMO this isn't viable in the (mid) long term since: - the fuel-qa cores have little knowledge a

Re: [openstack-dev] [QA] Design Summit Schedule

2015-10-16 Thread Matthew Treinish
On Fri, Oct 16, 2015 at 01:21:04PM +0200, Dmitry Tantsur wrote: > On 10/15/2015 06:42 PM, Matthew Treinish wrote: > > > >Hi Everyone, > > > >I just pushed up the QA schedule for design summit: > > > >https://mitakadesignsummit.sched.org/overview/type/qa > > > >Let me know if there are any big sched

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Hinds, Luke (Nokia - GB/Bristol)
On Fri, 2015-10-16 at 20:04 +0530, EXT Rahul Arora wrote: HI Nitish, Actually i am running openstack kilo on my powerpc platform now.I am able to run it on the x86 successfully. On the running setup i.e on x86 machine also i am having same output of the status command in neutron database,See be

Re: [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Matt Thompson
Rich, many thanks for the update! I'll see if we can build libguestfs using the steps provided. I'll also try to reach out to the Python Foundation to see if we can get this issue back on their radar. Regards, Matt On Fri, Oct 16, 2015 at 2:50 PM, Richard W.M. Jones wrote: > On Fri, Oct 16, 2

Re: [openstack-dev] [oslo] Require documenting changes with versionadded and versionchanged

2015-10-16 Thread Joshua Harlow
Victor Stinner wrote: Le 15/10/2015 17:54, Joshua Harlow a écrit : I had this problem with deprecation versioning (the debtcollector library functions take a version="XYZ", removal_version="ABC" params, see http://docs.openstack.org/developer/debtcollector/examples.html#further-customizing-the-e

Re: [openstack-dev] [Fuel][QA][Plugins] Move functional tests from fuel-qa to the plugins

2015-10-16 Thread Alexey Elagin
Hello Simon! We are going to remove plugins' functional tests from fuel-qa because this tests don't use for our plugins CI process. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev

Re: [openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Salvatore Orlando
This sounds like a pretty decent idea to me. Considering Neutron's patch merge rate this activity should hopefully not take a consistent chunk of your Friday. It might also make sense to ask contributors to resume the habit of tagging bugs with 'backport-potential' even if not in the RC period. I

Re: [openstack-dev] [Fuel] Proposal to freeze old Fuel CLI

2015-10-16 Thread Tomasz Napierala
+1 here. There were very little implemented in the new client in terms of feature parity, it’s not ready to be real replacement yet. > On 14 Oct 2015, at 11:13, Sebastian Kalinowski > wrote: > > Roman, this was already discussed in [1]. > The conclusion was that we will implement new features

Re: [openstack-dev] [sahara] Proposing Vitaly Gridnev to core reviewer team

2015-10-16 Thread Trevor McKay
Vitaly, yes, welcome! I would have voted +1 but I was on PTO :) Trev On Thu, 2015-10-15 at 10:51 -0400, michael mccune wrote: > congrats Vitaly! > > On 10/15/2015 10:38 AM, Sergey Lukjanov wrote: > > I think we have a quorum. > > > > Vitaly, congrats! > > > > On Tue, Oct 13, 2015 at 6:39 PM, M

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Jeremy Stanley
On 2015-10-16 15:03:57 + (+), Neil Jerram wrote: [...] > Surely it must be intended to be browseable? If it was intended as a > clone URL, shouldn't it be presented in plain text, instead of as a link? That's my assumption as well. So given this, it's probably better to think about our cg

Re: [openstack-dev] Scheduler proposal

2015-10-16 Thread Joshua Harlow
Clint Byrum wrote: Excerpts from Ed Leafe's message of 2015-10-15 11:56:24 -0700: Wow, I seem to have unleashed a bunch of pent-up frustration in the community! It's great to see everyone coming forward with their ideas and insights for improving the way Nova (and, by extension, all of OpenStack

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Jeremy Stanley
On 2015-10-16 15:46:33 + (+), Jeremy Stanley wrote: [...] > Depending on how the job is constructed in our CI, the origin may > be reset to a proxied URL which isn't formed in the expected > fashion. In this case you can see it happen in a recent job > log[*], demonstrating this as the unde

Re: [openstack-dev] [Neutron] [Tempest] where fwaas tempest tests should be?

2015-10-16 Thread Eichberger, German
Hi, Just moving the tests is not sufficient since the gate jobs also need adjustment. German On 10/16/15, 1:50 AM, "Takashi Yamamoto" wrote: >hi, > >On Thu, Oct 15, 2015 at 11:17 PM, Matthew Treinish >wrote: >> On Thu, Oct 15, 2015 at 08:25:40PM +0900, Takashi Yamamoto wrote: >>> hi, >>> >>>

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Jeremy Stanley
On 2015-10-16 15:46:33 + (+), Jeremy Stanley wrote: [...] > a somewhat more thorough regex like '/([^/]+/[^/]$)(\.git|)$' [...] Heh, mailer regex obviously. ;) I meant '/([^/]+/[^/]+)(\.git|)$' of course (and then take search().group(1) if it succeeds). -- Jeremy Stanley ___

Re: [openstack-dev] [Fuel][QA][Plugins] Move functional tests from fuel-qa to the plugins

2015-10-16 Thread Simon Pasquier
Hello Alexey, On Fri, Oct 16, 2015 at 5:35 PM, Alexey Elagin wrote: > Hello Simon! > > We are going to remove plugins' functional tests from fuel-qa because this > tests don't use for our plugins CI process. > And where are the existing tests going to be stored then? Thanks, Simon > > __

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
Luke, I think there is no issues with the DB installation part since Rahul claims that other services are working fine and neutron is working independently. Regards, Nitish B. On Fri, Oct 16, 2015 at 8:47 PM, Hinds, Luke (Nokia - GB/Bristol) < luke.hi...@nokia.com> wrote: > On Fri, 2015-10-16 a

Re: [openstack-dev] [Neutron][dns]What the meaning of"dns_assignment" and "dns_name"?

2015-10-16 Thread Daniel Comnea
Hi, While #1 does improve things further it doesn't cover the use case where you have 2 tenants and you would like to have the VMs spun up different dns domains. I suspect this was intentionally left out? Dani On Wed, Oct 14, 2015 at 11:39 PM, Miguel Lavalle wrote: > Zhi Chang, > > You got al

[openstack-dev] [Fuel][Fuel-Modularization] Proposal on Decoupling Serializers from Nailgun

2015-10-16 Thread Vladimir Kuklin
Hey, Fuelers TL;DR This email is about how to make * Intro I want to bring up one of the important topics on how to make Fuel more flexible. Some of you know that we have been discussing means of doing this internally and now it is time to share these thoughts with all of you. As you could know

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Yes Nithish, this is correct. On Fri, Oct 16, 2015 at 9:34 PM, nithish B wrote: > Luke, > I think there is no issues with the DB installation part since Rahul > claims that other services are working fine and neutron is working > independently. > > > Regards, > Nitish B. > > On Fri, Oct 16, 2015

Re: [openstack-dev] [cinder] Is there any cli command for "manage_existing"?

2015-10-16 Thread Ben Swartzlander
As Ivan mentioned, it's "cinder manage" but it's an admin only command. Make sure you're running it with admin privileges. -Ben Swartzlander On 10/16/2015 06:06 AM, liuxinguo wrote: Hi, I have saw the “manage_existing” interface in cinder/contrib/volume_manager.py but can’t find the respon

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-16 Thread Fox, Kevin M
I agree that there’s a lot more room for cross project communication here at very least. I was really hoping that we could get representatives from the glance artifact subproject, the app-catalog, and the Murano teams in a room at the summit and hash out some of this and other things. There is s

Re: [openstack-dev] [Third-Party][CI] Add accouts to CI group

2015-10-16 Thread Asselin, Ramy
Done, you have these 3 now: Fujitsu C-Fabric CI lsoft-cfabri...@ml.css.fujitsu.com Fujitsu ETERNUS CI lsoft-eternu...@ml.css.fujitsu.com Fujitsu IRMC CI lsoft-irm...@ml.css.fujitsu.com Ramy -Original Message- From: Watanabe, Isao [mailto:watanabe_i...@jp.fuj

Re: [openstack-dev] [devstack] [neutron] A larger batch of questions about configuring DevStack to use Neutron

2015-10-16 Thread Sean M. Collins
On Fri, Oct 16, 2015 at 02:02:57AM EDT, Mike Spreitzer wrote: > Now I have tested the first section (taking the latest of both changes) > using stable/liberty, and it failed because br-ex was not created > automatically. I opened https://bugs.launchpad.net/devstack/+bug/1506733 > > I think Kilo

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Doug Hellmann
Excerpts from Jeremy Stanley's message of 2015-10-16 15:46:33 +: > On 2015-10-16 15:03:57 + (+), Neil Jerram wrote: > [...] > > Surely it must be intended to be browseable? If it was intended as a > > clone URL, shouldn't it be presented in plain text, instead of as a link? > > That's

Re: [openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Sean M. Collins
On Fri, Oct 16, 2015 at 11:36:13AM EDT, Salvatore Orlando wrote: > It might also make sense to ask contributors to resume the habit of tagging > bugs with 'backport-potential' even if not in the RC period. I like this idea because it'll make Ihar's job easier :) -- Sean M. Collins _

Re: [openstack-dev] [stable/liberty] [requirements]/[oslo] ceilometer jobs failing.

2015-10-16 Thread Davanum Srinivas
Tony, yes, planning to do a oslo.messaing 2.6.2 on monday. -- dims On Fri, Oct 16, 2015 at 7:21 AM, Tony Breeds wrote: > Hi All, > We have an issue for any review that causes a new commit to > ceilometer, it > will fail with[1]: > > ValueError: git history requires a target version of

Re: [openstack-dev] [Cinder] New extension API for detecting cinder-backup ?

2015-10-16 Thread Ramakrishna, Deepti
Thanks Duncan. Should I publish a BP and spec for this? And follow it up with code changes to the server, client, horizon and documentation? Thanks, Deepti From: Duncan Thomas [mailto:duncan.tho...@gmail.com] Sent: Friday, October 16, 2015 1:08 AM To: OpenStack Development Mailing List Subject:

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-16 Thread Serg Melikyan
Hi Kevin, >Can we get together at the summit and discuss further? I would be happy to add this meeting to the Murano summit schedule, we have table on contributors meetup for the whole Friday. Will it be convenient? This is very important for Murano, it would be great to seat together and think w

Re: [openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer

2015-10-16 Thread Jeremy Stanley
On 2015-10-16 12:59:29 -0400 (-0400), Doug Hellmann wrote: > Excerpts from Jeremy Stanley's message of 2015-10-16 15:46:33 +: [...] > > * You never know what the form of a developer's local origin URL > > might be, so this is likely locally broken for a lot of people > > anyway. For e

Re: [openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Armando M.
On 16 October 2015 at 10:09, Sean M. Collins wrote: > On Fri, Oct 16, 2015 at 11:36:13AM EDT, Salvatore Orlando wrote: > > It might also make sense to ask contributors to resume the habit of > tagging > > bugs with 'backport-potential' even if not in the RC period. > > I like this idea because it

Re: [openstack-dev] [Fuel][QA][Plugins] Move functional tests from fuel-qa to the plugins

2015-10-16 Thread Sergii Golovatiuk
Tests should be in plugin -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Fri, Oct 16, 2015 at 5:58 PM, Simon Pasquier wrote: > Hello Alexey, > > On Fri, Oct 16, 2015 at 5:35 PM, Alexey Elagin > wrote: > >> Hello Simon! >> >> We are going to remove plugins' functional tests

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-16 Thread Christopher Aedo
On Fri, Oct 16, 2015 at 10:39 AM, Serg Melikyan wrote: > Hi Kevin, > >>Can we get together at the summit and discuss further? > I would be happy to add this meeting to the Murano summit schedule, we > have table on contributors meetup for the whole Friday. Will it be > convenient? > > This is very

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-16 Thread Fox, Kevin M
Yeah. That sounds great. Thanks. :) Alexander, would you be able to make it? Thanks, Kevin From: Serg Melikyan [smelik...@mirantis.com] Sent: Friday, October 16, 2015 10:39 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [o

[openstack-dev] [mistral][liberty][release] Mistral Liberty release (1.0.0) available

2015-10-16 Thread Renat Akhmerov
Hi, Mistral Official Liberty release versioned as 1.0.0 is now available. Look at the release page at Launchpad ([0]) to see release notes and detailed information about implemented blueprints and fixed bugs. There you can also download project tarballs (also published on pypi). Note that offi

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-16 Thread Christopher Aedo
On Thu, Oct 15, 2015 at 3:04 AM, Alexander Tivelkov wrote: > Hi folks, > > I’ve noticed that the Community Application Catalog has begun to implement > its own API, and it seems to me that we are going to have some significant > duplication of efforts with the code which has already been implement

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread Renat Akhmerov
Hi, see my answers inline. > On 16 Oct 2015, at 12:35, WANG, Ming Hao (Tony T) > wrote: > > We have developed some Ansible playbooks for operation automation, and we are > investigating if we can change the automation engine from Ansible to Mistral > since Mistral has powerful workflow contro

  1   2   >