Re: [openstack-dev] [nova] Core pinning

2013-11-15 Thread Tapio Tallgren
Hi, The use cases fro CPU pinning are exactly like discussed above: (1) lowering guest scheduling latencies and (2) improving networking latencies by pinning the SR-IOV IRQ's to specific cores. There is also a third use case, (3) avoiding long latencies with spinlocks. > On Wed, Nov 13, 2013 at 8

[openstack-dev] [Ceilometer] umbrella blueprints of central agent improvement

2013-11-15 Thread Lu, Lianhao
Hi ceilometer stackers, I've created the umbrella blueprints for central agent improvement https://blueprints.launchpad.net/ceilometer/+spec/central-agent-improvement. Please add the dependencies if I missed something. Besides, I'm appreciated if someone could comment on the spec of the bp htt

Re: [openstack-dev] Split of the openstack-dev list

2013-11-15 Thread Sylvain Bauza
Le 14/11/2013 20:46, Clint Byrum a écrit : Now, choose which city will grow faster and produce more innovation. The problem is larger than only innovation, it is also making sure the Stackforge projects are also a starting point for contributing to Openstack in a different manner. ATCs can

Re: [openstack-dev] Split of the openstack-dev list

2013-11-15 Thread Thierry Carrez
Tom Fifield wrote: > On 15/11/13 02:40, Chmouel Boudjnah wrote: >> >> On Thu, Nov 14, 2013 at 2:22 PM, Julien Danjou > > wrote: >> >> > Other suggestion: we could stop posting meeting reminders to -dev (I >> > know, I'm guilty of it) and only post something if the

[openstack-dev] [Neutron][LBaaS] Meeting follow up

2013-11-15 Thread Eugene Nikanorov
Follow up of the Thursdays meeting: Minutes: http://eavesdrop.openstack.org/meetings/neutron_lbaas/2013/neutron_lbaas.2013-11-14-14.00.html Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_lbaas/2013/neutron_lbaas.2013-11-14-14.00.txt Log: http://eavesdrop.openstack.org/meetings/neu

[openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
Hi, I am trying to launch an instance from an image and everytime it results in a state ERROR. Below is a snippet. Can someone help please? krish@krish-VirtualBox:~/devstack$ nova boot --flavor "2" --image "dfb5f3af-de73-43e4-8927-c317540543e7" --num-instances "2" --key_name "KEY_NAME" --security_

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Trinath Somanchi
Check the nova-api and nova-compute logs. Did u check the Horizon based launch of VMs ? Check neutron/server.log for Ports creation. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 From: Krishanu Dhar [mailto:rony.k...@gmail.com] Sent: Friday, November 15, 2013 3:04 PM

Re: [openstack-dev] Split of the openstack-dev list

2013-11-15 Thread Alex Glikson
Sylvain Bauza wrote on 15/11/2013 11:13:37 AM: > On a technical note, as a Stackforge contributor, I'm trying to > implement best practices of Openstack coding into my own project, and > I'm facing day-to-day issues trying to understand what Oslo libs do or > how they can be used in a fashion

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Zane Bitter
On 15/11/13 02:48, Christopher Armstrong wrote: On Thu, Nov 14, 2013 at 5:40 PM, Angus Salkeld mailto:asalk...@redhat.com>> wrote: On 14/11/13 10:19 -0600, Christopher Armstrong wrote: http://docs.heatautoscale.__apiary.io/ I'v

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Thierry Carrez
Wow, lots of different opinions! let's try to summarize: Arguments in favor of splitting openstack-dev / stackforge-dev * People can easily filter out all non-openstack discussions * Traffic would drop by about 25% * Removes confusion as to which projects are actually "in openstack" Arguments in

[openstack-dev] [Oslo] [Climate] Oslo Policy and the best way for using it ?

2013-11-15 Thread Sylvain Bauza
Hi all, I'm trying to implement policy rules for Climate API, making sure some endpoints need admin rights, and looked at how it's managed on other Openstack projects like Nova. There is huge discrepancy in between openstack.common.policy files from Nova and Cinder and the latest Oslo-incubato

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Zane Bitter
On 14/11/13 19:58, Christopher Armstrong wrote: On Thu, Nov 14, 2013 at 10:44 AM, Zane Bitter mailto:zbit...@redhat.com>> wrote: On 14/11/13 18:51, Randall Burt wrote: Perhaps, but I also miss important information as a legitimate caller as to whether or not my scali

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Flavio Percoco
On 15/11/13 11:06 +0100, Thierry Carrez wrote: Wow, lots of different opinions! let's try to summarize: Arguments in favor of splitting openstack-dev / stackforge-dev * People can easily filter out all non-openstack discussions * Traffic would drop by about 25% * Removes confusion as to which pr

Re: [openstack-dev] [Oslo] [Climate] Oslo Policy and the best way for using it ?

2013-11-15 Thread Julien Danjou
On Fri, Nov 15 2013, Sylvain Bauza wrote: > Any help from Oslo mainteners ? Any doc in there ? You want to use the latest version from oslo-incubator, for sure. I think Ceilometer is good starting example as how to use it, as our policy usage is still minimal. -- Julien Danjou // Free Software

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Anita Kuno
On 11/14/2013 06:45 PM, Miguel Lavalle wrote: Anita, I am interested in attending this event. I have already talked to my manager and he is open to fund my trip. Wonderful. This is great news, Miguel. I look forward to meeting you. I need to put together a budget, though, in order to get fina

Re: [openstack-dev] [Oslo] [Climate] Oslo Policy and the best way for using it ?

2013-11-15 Thread Sylvain Bauza
Le 15/11/2013 11:20, Julien Danjou a écrit : On Fri, Nov 15 2013, Sylvain Bauza wrote: Any help from Oslo mainteners ? Any doc in there ? You want to use the latest version from oslo-incubator, for sure. I think Ceilometer is good starting example as how to use it, as our policy usage is stil

[openstack-dev] [OpenStack-dev][Neutron][Tempest]Can Tempest embrace some complicated network scenario tests

2013-11-15 Thread Yang XY Yu
Hi all Tempest stackers, As we known, our current scenario tests only cover a little bit network functionality, so can we upstream some complicated network scenario tests? Some cases below, do they make sense? 1> IPv4/IPv6 injection test 2> Could VMs ping each other or not 3> IP address is not c

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
I do not see the log files there. No logs were generated. How do i enable logging? On Fri, Nov 15, 2013 at 3:06 PM, Trinath Somanchi < trinath.soman...@freescale.com> wrote: > Check the nova-api and nova-compute logs. > > > > Did u check the Horizon based launch of VMs ? > > > > Check neutron/s

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Steven Hardy
On Fri, Nov 15, 2013 at 11:16:19AM +0100, Zane Bitter wrote: > On 14/11/13 19:58, Christopher Armstrong wrote: > >On 14/11/13 18:51, Randall Burt wrote: > > > >Perhaps, but I also miss important information as a legitimate > >caller as > >to whether or not my scaling act

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Rossella Sblendido
Hi Anita, thanks a lot for taking care of this, I realize it's hard to organize this kind of event. I think I am going to have to go with attendees are on their own for rooms. > Less than an ideal situation in one sense, but much more doable from an > organization point of view for me - I just ha

Re: [openstack-dev] [nova][api] Is this a potential issue

2013-11-15 Thread Isaku Yamahata
On Tue, Nov 12, 2013 at 03:07:19PM -0500, Andrew Laski wrote: > On 11/11/13 at 05:27pm, Jiang, Yunhong wrote: > >Resend after the HK summit, hope someone can give me hint on it. > > > >Thanks > >--jyh > > > >>-Original Message- > >>From: Jiang, Yunhong [mailto:yunhong.ji...@intel.com] > >

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Trinath Somanchi
In the nova.conf and neutron.conf enable verbose=True, Debug=True. Also, look into logging configurations in the same files. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 From: Krishanu Dhar [mailto:rony.k...@gmail.com] Sent: Friday, November 15, 2013 4:27 PM To: OpenS

Re: [openstack-dev] [Solum/Heat] Is Solum really necessary?

2013-11-15 Thread Steven Hardy
On Thu, Nov 14, 2013 at 01:41:22PM -0500, Jay Pipes wrote: > So while I have been on vacation, I've been thinking about Solum and Heat. > > And I have some lingering questions in my mind that make me question > whether a new server project is actually necessary at all, and > whether we really shou

Re: [openstack-dev] [OpenStack-dev][Neutron][Tempest]Can Tempest embrace some complicated network scenario tests

2013-11-15 Thread Anita Kuno
On 11/15/2013 05:38 AM, Yang XY Yu wrote: Hi all Tempest stackers, As we known, our current scenario tests only cover a little bit network functionality, so can we upstream some complicated network scenario tests? Anything you submit to tempest will be reviewed and if the patches you submit m

Re: [openstack-dev] [Fuel-dev] [OSTF][Ceilometer] ceilometerclient proxy issue

2013-11-15 Thread Mike Scherbakov
Hi Ceilometer team, do you have any plans for http proxy support (see concerns below)? In short, in the Fuel deployment we see a need for HTTP Proxy support in Ceilometer client as Ceilometer API is not directly available. We access Nova via proxy server, and need the same for Ceilometer. Thanks,

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
the logs do not get generated with verbose and debug set to True. This is weird. I do not see anything else that prevents from generating logs...Any other recommendations? On Fri, Nov 15, 2013 at 4:39 PM, Trinath Somanchi < trinath.soman...@freescale.com> wrote: > In the nova.conf and neutron.c

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Zane Bitter
On 15/11/13 11:58, Steven Hardy wrote: On Fri, Nov 15, 2013 at 11:16:19AM +0100, Zane Bitter wrote: On 14/11/13 19:58, Christopher Armstrong wrote: On 14/11/13 18:51, Randall Burt wrote: Perhaps, but I also miss important information as a legitimate caller as to whe

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Anita Kuno
On 11/15/2013 06:08 AM, Rossella Sblendido wrote: Hi Anita, thanks a lot for taking care of this, I realize it's hard to organize this kind of event. I think I am going to have to go with attendees are on their own for rooms. Less than an ideal situation in one sense, but much mor

[openstack-dev] [Horizon] Use icon set instead of instance Action

2013-11-15 Thread Garry Chen
Hi allWould you consider to change the drop-down action list of a instances to some common button icon set? Some actions like “run, pause, restart, shutdown, terminate ”, even like "create Snapshot", can use button instead? which like the pic below:Think icon set may has better user experience.Rega

Re: [openstack-dev] [Heat]Updated summit etherpad: API-retry-with-idempotency

2013-11-15 Thread Zane Bitter
On 13/11/13 23:35, Chris Friesen wrote: On 11/13/2013 04:19 PM, Zane Bitter wrote: Of course the idempotency token *should* be just the name, but since most projects have inexplicably chosen not to enforce unique names (in tenant scope), we're in the odd position of requiring 3 ways to look up

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
I finally found the error it's generating. Not from the log files through, but from Horizon UI. Error: Failed to launch instance "test2": Please try again later [Error: Timeout while waiting on RPC response - topic: "network", RPC method: "get_instance_nw_info" info: ""]. Now, how do I fix RPC ti

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Denis Makogon
Could you please post nova config file? It would be easier to tell if its misconfigured Regards, Denis Makogon. 2013/11/15 Krishanu Dhar > the logs do not get generated with verbose and debug set to True. This is > weird. I do not see anything else that prevents from generating logs...Any > ot

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Denis Makogon
Error tells that there is problem with networking configuration while provisioning, you should check nova-network or neutron logs for more details. 2013/11/15 Krishanu Dhar > I finally found the error it's generating. Not from the log files through, > but from Horizon UI. > > Error: Failed to l

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Srinivasa T N
Did you do restart of nova and neutron after the below changes? Regards, Seenu. On 11/15/2013 05:01 PM, Krishanu Dhar wrote: the logs do not get generated with verbose and debug set to True. This is weird. I do not see anything else that prevents from generating logs...Any other recommendation

Re: [openstack-dev] [Oslo] [Climate] Oslo Policy and the best way for using it ?

2013-11-15 Thread Noorul Islam K M
Sylvain Bauza writes: > Le 15/11/2013 11:20, Julien Danjou a écrit : > >> On Fri, Nov 15 2013, Sylvain Bauza wrote: >> >>> Any help from Oslo mainteners ? Any doc in there ? >> You want to use the latest version from oslo-incubator, for sure. >> >> I think Ceilometer is good starting example as h

[openstack-dev] [Murano] Implementing Elastic Applications

2013-11-15 Thread Serg Melikyan
Murano has several applications which support scaling via load-balancing, this applications (Internet Information Services Web Farm, ASP.NETApplication Web Farm) currently are based on Heat , particularly on resource called AWS::ElasticLoadBalancing::LoadBalancer

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
Atatched is the nova conf file On Fri, Nov 15, 2013 at 5:16 PM, Denis Makogon wrote: > Could you please post nova config file? It would be easier to tell if its > misconfigured > > Regards, Denis Makogon. > > > 2013/11/15 Krishanu Dhar > >> the logs do not get generated with verbose and debug s

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Ruslan Kiianchuk
Definitely +1 for splitting -- it becomes overwhelmed. We'll soon need regexps just to handle the incoming emails :) Having separate mailing lists would make it easier to stay focused and concentrate on needed projects. On Fri, Nov 15, 2013 at 12:18 PM, Flavio Percoco wrote: > On 15/11/13 11:06

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Krishanu Dhar
How do i restart nova and neutron? Do you ahve the commands? On Fri, Nov 15, 2013 at 5:24 PM, Srinivasa T N wrote: > Did you do restart of nova and neutron after the below changes? > > Regards, > Seenu. > > > On 11/15/2013 05:01 PM, Krishanu Dhar wrote: > > the logs do not get generated with ve

[openstack-dev] [Glance] Version about Glance cache manage API

2013-11-15 Thread Noboru Arai
Hi, Glance developers Let me know about Glance cache manage API. In "__init__" method of glance/api/middleware/cache_manage.py, There are "/v1/" string.but There is'nt "/v2/" string. if "enable_v1_api" is False in glance-api.conf, I guess it is disable to use Glance cache manage API. I

Re: [openstack-dev] Designing and implementing Murano (App Catalog for OpenStack)

2013-11-15 Thread Stan Lagun
Hello, As far as I see it now here is what will be required: 1. Ability to integrate support for Murano guest VM agent (probably as a component type plugin). 2. Ability to control configuration actions order by explicitly specifying pre-requirements for each component 3. All configuration actions

Re: [openstack-dev] [Horizon] Use icon set instead of instance Action

2013-11-15 Thread Jiri Tomasek
Hi, you might also want to bring up this proposal on Openstack UX Askbot [1], which is agreed to be a place to discuss Openstack UX issues. This particular feature would propably depend on using font icons which is dealt with in this blueprint [2].

Re: [openstack-dev] [Glance] Version about Glance cache manage API

2013-11-15 Thread Flavio Percoco
On 15/11/13 12:03 +, Noboru Arai wrote: Hi, Glance developers Let me know about Glance cache manage API. In "__init__" method of glance/api/middleware/cache_manage.py, There are "/v1/" string.but There is'nt "/v2/" string. if "enable_v1_api" is False in glance-api.conf, I guess it

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Thierry Carrez
Krishanu Dhar wrote: > How do i restart nova and neutron? Do you ahve the commands? Seriously... this list is not a support forum. Its scope is (and only is) development discussion on the future of OpenStack. We have a number of avenues for supporting users in their deployment and usage of OpenSta

[openstack-dev] [Neutron][LBaaS] Loadbalancer instance design.

2013-11-15 Thread Eugene Nikanorov
Hi folks, I've created a brief description of this feature. You can find it here: https://wiki.openstack.org/wiki/Neutron/LBaaS/LoadbalancerInstance I would appreciate any comments/ideas about this. Thanks, Eugene. __

[openstack-dev] [qa] Proposals for Tempest core

2013-11-15 Thread Sean Dague
It's post summit time, so time to evaluate our current core group for Tempest. There are a few community members that I'd like to nominate for Tempest core, as I've found their review feedback over the last few months to be invaluable. Tempest core folks, please +1 or -1 as you feel appropriate: M

Re: [openstack-dev] [rally] Rally tries to stop instance despite on its shutoff state

2013-11-15 Thread boden
On 11/14/2013 9:29 AM, Anastasia Sklyankina wrote: Hello, everybody! I have some problem with rally "boot_and_bounce_server" test specifically with "stop_start". I ran stop_start test 3 times with 12 instances booted in 5 threads (used base_task.json file is attached). Rally launches all 12 ins

Re: [openstack-dev] [Murano] Implementing Elastic Applications

2013-11-15 Thread Alexander Tivelkov
Hi, I believe that we restricted to have a single solution only: Murano is an Application Catalog now, and Catalog is the thing where multiple similar solutions can be present, and the user makes the final decision on what to pick for their environments. So, I would suggest to bundle a solution ba

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Rossella Sblendido
Hi all, to avoid any misunderstanding let me specify it clearly. The event will take place the second full week of January, 15th,16th,17th. cheers, Rossella On Fri, Nov 15, 2013 at 12:33 PM, Anita Kuno wrote: > On 11/15/2013 06:08 AM, Rossella Sblendido wrote: > > Hi Anita, > > thanks a

Re: [openstack-dev] [Neutron][LBaaS] Loadbalancer instance design.

2013-11-15 Thread Stephen Gran
On 15/11/13 13:14, Eugene Nikanorov wrote: Hi folks, I've created a brief description of this feature. You can find it here: https://wiki.openstack.org/wiki/Neutron/LBaaS/LoadbalancerInstance I would appreciate any comments

Re: [openstack-dev] [OpenStack][Horizon] poweroff/shutdown action in horizon

2013-11-15 Thread Liz Blanchard
On Nov 15, 2013, at 1:49 AM, Gareth wrote: > Hi all > > There is a confused word in horizon when stopping an instance. Please take a > look at following snapshots: > > 1. In the action list of an install, there is an action that is "Shut Off" > > > 2. If you press that, In the confirm windo

Re: [openstack-dev] [Fuel-dev] [OSTF][Ceilometer] ceilometerclient proxy issue

2013-11-15 Thread Nadya Privalova
Hi guys, I've created the bp https://blueprints.launchpad.net/python-ceilometerclient/+spec/proxy-support. Will start working on this asap. Thanks, Nadya On Fri, Nov 15, 2013 at 3:23 PM, Mike Scherbakov wrote: > Hi Ceilometer team, > do you have any plans for http proxy support (see concerns b

Re: [openstack-dev] [Solum] Some initial code copying for db/migration

2013-11-15 Thread Clayton Coleman
as WIP https://review.openstack.org/#/c/56617/ - Original Message - > With no feedback on remotability so far (we can touch base at F2F next week) > here's a representative sample of the object model with sqlalchemy > implementations approach, without some of the bits that would enable >

Re: [openstack-dev] [Fuel-dev] [OSTF][Ceilometer] ceilometerclient proxy issue

2013-11-15 Thread Mike Scherbakov
Thanks, Nadya! On Fri, Nov 15, 2013 at 6:14 PM, Nadya Privalova wrote: > Hi guys, > > I've created the bp > https://blueprints.launchpad.net/python-ceilometerclient/+spec/proxy-support. > Will start working on this asap. > > Thanks, > Nadya > > > On Fri, Nov 15, 2013 at 3:23 PM, Mike Scherbakov

[openstack-dev] [infra][oslo] Python 3 requirements file

2013-11-15 Thread Julien Danjou
Hi infra team, I've been working on bringing Python 3 unit tests ran on Oslo: https://review.openstack.org/#/c/55606/ Obviously, we may need something to manage the requirements.txt for both Python versionI've built a blueprint on what we may want to do to have this working, check the blueprin

Re: [openstack-dev] Split of the openstack-dev list

2013-11-15 Thread John Dennis
On 11/14/2013 07:54 PM, Caitlin Bestler wrote: > I would suggest that each *established* project (core or incubator) have > its own mailing list, and that "openstack-dev" be reserved for > topics of potential interest across multiple projects (which new > projects would qualify as). +1 This see

Re: [openstack-dev] [Neutron] Blueprint -- Floating IP Auto Association

2013-11-15 Thread Salvatore Orlando
On 14 November 2013 23:03, Steven Weston wrote: > Hi Salvatore, > > My Launchpad ID is steven-weston. I do not know who those other Steven > Westons are … if someone has created clones of me, I am going to be upset! > Anyway, Here are my thoughts on the implementation approach. > I have now assi

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Christopher Armstrong
On Fri, Nov 15, 2013 at 3:57 AM, Zane Bitter wrote: > On 15/11/13 02:48, Christopher Armstrong wrote: > >> On Thu, Nov 14, 2013 at 5:40 PM, Angus Salkeld > > wrote: >> >> On 14/11/13 10:19 -0600, Christopher Armstrong wrote: >> >> http://docs.heatautoscale.

Re: [openstack-dev] [Horizon] Use icon set instead of instance Action

2013-11-15 Thread Liz Blanchard
On Nov 15, 2013, at 6:41 AM, Garry Chen wrote: > Hi all > > Would you consider to change the drop-down action list of a instances to some > common button icon set? > > Some actions like “run, pause, restart, shutdown, terminate ”, even like > "create Snapshot", can use button instead? which

Re: [openstack-dev] [Murano] Implementing Elastic Applications

2013-11-15 Thread Thomas Hervé
On Fri, Nov 15, 2013 at 12:56 PM, Serg Melikyan wrote: > Murano has several applications which support scaling via load-balancing, > this applications (Internet Information Services Web Farm, ASP.NET > Application Web Farm) currently are based on Heat, particularly on resource > called AWS::Elasti

[openstack-dev] [Neutron] Find the compute host on which a VM runs

2013-11-15 Thread Stefan Apostoaie
Hello, I'm creating a Neutron/Quantum plugin to work with a networking controller that takes care of the configuration of the virtual networks. Basically what we are doing is receive the API calls and forward them to our controller to run the required configuration on the compute hosts. What I nee

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Christopher Armstrong
On Fri, Nov 15, 2013 at 4:16 AM, Zane Bitter wrote: > On 14/11/13 19:58, Christopher Armstrong wrote: > >> On Thu, Nov 14, 2013 at 10:44 AM, Zane Bitter > > wrote: >> >> On 14/11/13 18:51, Randall Burt wrote: >> >> Perhaps, but I also miss important informat

Re: [openstack-dev] [nova][object] One question to the resource tracker session

2013-11-15 Thread Murray, Paul (HP Cloud Services)
I was leading that session and put the comment there - sorry it has lead to confusion - I'll add something to make it clear. I'm actually drafting the bp at the moment - probably going to split some of the tasks up into different bps (at the suggestion of Dan and Russell). Is there a particular

Re: [openstack-dev] [OpenStack][Horizon] poweroff/shutdown action in horizon

2013-11-15 Thread Ju Lim
Hi. Do we know if the poweroff/shutdown actions are doing the same thing before we vote on changing the terminology. Specifically, I know in other similar domains, p oweroff works like a power switch on a power supply, i.e. data corruption may occur as it's a non-graceful shutdown. Shutdown is u

Re: [openstack-dev] [Horizon] Use icon set instead of instance Action

2013-11-15 Thread Garry Chen
Hi Liz & Jirka, thanks for ur advise, I will make the design post on UX askbot next time, I'm just a newbie in Openstack. By the way, i do understand the column will get narrow if have more data to represent, will u think its good to let user define their own table display? Then can use a J

Re: [openstack-dev] [qa] Proposals for Tempest core

2013-11-15 Thread Jay Pipes
++! On 11/15/2013 08:38 AM, Sean Dague wrote: It's post summit time, so time to evaluate our current core group for Tempest. There are a few community members that I'd like to nominate for Tempest core, as I've found their review feedback over the last few months to be invaluable. Tempest core f

Re: [openstack-dev] [nova][api] Is this a potential issue

2013-11-15 Thread Andrew Laski
On 11/15/13 at 07:57pm, Isaku Yamahata wrote: On Tue, Nov 12, 2013 at 03:07:19PM -0500, Andrew Laski wrote: On 11/11/13 at 05:27pm, Jiang, Yunhong wrote: >Resend after the HK summit, hope someone can give me hint on it. > >Thanks >--jyh > >>-Original Message- >>From: Jiang, Yunhong [ma

Re: [openstack-dev] [Neutron] Plugin and Driver Inclusion Requirements

2013-11-15 Thread Russell Bryant
On 11/14/2013 08:00 PM, Dan Smith wrote: >> - Each third party plugin/driver shall designate a point of contact for >> the coordinated release cycle. >> - To be designated as compatible, a third-party plugin and/or driver >> code must implement external third party integration testing. >> - Policy

[openstack-dev] [Nova] Hypervisor CI requirement and deprecation plan

2013-11-15 Thread Dan Smith
Hi all, As you know, Nova adopted a plan to require CI testing for all our in-tree hypervisors by the Icehouse release. At the summit last week, we determined the actual plan for deprecating non-compliant drivers. I put together a page detailing the specific requirements we're putting in place as

Re: [openstack-dev] [nova][api] Is this a potential issue

2013-11-15 Thread Dan Smith
> You're not missing anything. But I think that's a bug, or at least an > unexpected change in behaviour from how it used to work. If you follow > instance_update() in nova.db.sqlalchemy.api just the presence of > expected_task_state triggers the check. So we may need to find a way to > pass tha

Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-15 Thread Zane Bitter
On 14/11/13 19:53, Christopher Armstrong wrote: Thanks for the comments, Zane. On Thu, Nov 14, 2013 at 9:56 AM, Zane Bitter mailto:zbit...@redhat.com>> wrote: A few comments... #1 thing is that the launch configuration needs to be somehow represented. In general we want the launch

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Russell Bryant
On 11/13/2013 11:10 AM, Anita Kuno wrote: > Neutron Tempest code sprint > > In the second week of January in Montreal, Quebec, Canadathere will be a > Neutron Tempest code sprint to improve the status of Neutron tests in > Tempest and to add new tests. First off, I think anything regarding puttin

Re: [openstack-dev] sqlalchemy-migrate needs a new release

2013-11-15 Thread David Ripton
On 11/14/2013 03:43 PM, David Ripton wrote: On 11/11/2013 03:35 PM, David Ripton wrote: I'll volunteer to do this release. I'll wait 24 hours from the timestamp of this email for input first. So, if anyone has opinions about the timing of this release, please speak up. (In particular, I'd li

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-15 Thread Boris Pavlovic
Alex, (*sorry for long reply from vocation*) >> How do you envision the life cycle of such a scheduler in terms of code repository, build, test, etc? As a first step we could just make it inside nova, when we finish and prove that this approach works well we could split it out the nova in separa

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Adrian Otto
On Nov 15, 2013, at 2:06 AM, Thierry Carrez wrote: > Wow, lots of different opinions! let's try to summarize: > > Arguments in favor of splitting openstack-dev / stackforge-dev > * People can easily filter out all non-openstack discussions > * Traffic would drop by about 25% > * Removes confusi

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Kyle Mestery (kmestery)
On Nov 15, 2013, at 9:36 AM, Russell Bryant wrote: > On 11/13/2013 11:10 AM, Anita Kuno wrote: >> Neutron Tempest code sprint >> >> In the second week of January in Montreal, Quebec, Canadathere will be a >> Neutron Tempest code sprint to improve the status of Neutron tests in >> Tempest and to a

Re: [openstack-dev] [OpenStack-dev][Neutron][Tempest]Can Tempest embrace some complicated network scenario tests

2013-11-15 Thread Collins, Sean (Contractor)
+1 for more IPv6 functionality testing - we're tracking down some problems with IPv6 security group rules not properly evaluating and ending up hitting DROP statements, instead of letting the traffic into the instance. My goal is to start contributing IPv6 tempest tests to replicate what we're se

[openstack-dev] Is Havana keystone rpm actually splitting identity and assignment?

2013-11-15 Thread Abhishek Lahiri
> I have installed openstack-keystone-2013.2-0.11.b3.el6.noarch rpm and I added > a active directory user "test123" with role admin and tenant admin > successfully. In Keystone.conf identity is pointed to ldap and assignment is > pointed to SQL. I sourced keystonerc file with the correct cred

Re: [openstack-dev] [sqlalchemy-migrate] Blueprint for review: Add DB2 10.5 Support

2013-11-15 Thread Matt Riedemann
On 11/14/2013 10:38 PM, Matt Riedemann wrote: Joe, Hey, I missed this question. I moved email accounts for the openstack-dev mailing list and missed this in my old pile. So I touched on this a bit in response here [1] and also a bit when talking about the plans for CI for the nova PowerVM vi

Re: [openstack-dev] [Solum/Heat] Is Solum really necessary?

2013-11-15 Thread Jason Dunsmore
Great description of Heat vs. Solum! This belongs in the FAQs of both projects IMO. This question is bound to keep coming up (for good reason). On Thu, Nov 14 2013, Angus Salkeld wrote: > On 14/11/13 13:41 -0500, Jay Pipes wrote: >>So while I have been on vacation, I've been thinking about Solu

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Anita Kuno
On 11/15/2013 11:01 AM, Kyle Mestery (kmestery) wrote: On Nov 15, 2013, at 9:36 AM, Russell Bryant wrote: On 11/13/2013 11:10 AM, Anita Kuno wrote: Neutron Tempest code sprint In the second week of January in Montreal, Quebec, Canadathere will be a Neutron Tempest code sprint to improve the s

[openstack-dev] [Savanna] DiskBuilder / savanna-image-elements

2013-11-15 Thread Erik Bergenholtz
Team - We’d like to move our disk creation mechanism over to using DiskBuilder so that users can build (and modify) their own VM images. We’d like to piggy back off of the existing mechanism that the vanilla plugin uses. It looks like I should be able to add image-elements to savanna-image-ele

Re: [openstack-dev] sqlalchemy-migrate needs a new release

2013-11-15 Thread Roman Podoliaka
Hey, Awesome! Thank you, guys! I'm going to give it a try early next week (we basically need to run/fix tests for every project that uses sqlalchemy-migrate before we can bump the version in global-requirements, but at least we can start doing this now). Roman On Fri, Nov 15, 2013 at 5:41 PM, D

Re: [openstack-dev] Is Havana keystone rpm actually splitting identity and assignment?

2013-11-15 Thread Ben Nemec
This list is for development discussion only. Since this sounds like a question specific to RHEL, might I suggest you ask it on http://openstack.redhat.com/forum/ ? Thanks. -Ben On 2013-11-15 10:13, Abhishek Lahiri wrote: >> I have installed openstack-keystone-2013.2-0.11.b3.el6.noarch r

[openstack-dev] [Nova] New API requirements, review of GCE

2013-11-15 Thread Russell Bryant
Greetings, We've talked a lot about requirements for new compute drivers [1]. I think the same sort of standards shold be applied for a new third-party API, such as the GCE API [2]. Before we can consider taking on a new API, it should have full test suite coverage. Ideally this would be extens

Re: [openstack-dev] [qa] Proposals for Tempest core

2013-11-15 Thread David Kranz
+1 for Ken'ichi and Masayuki Sorry to see Jay go :-( -David On 11/15/2013 08:38 AM, Sean Dague wrote: It's post summit time, so time to evaluate our current core group for Tempest. There are a few community members that I'd like to nominate for Tempest core, as I've found their review feedback

[openstack-dev] [Nova] Icehouse Blueprints

2013-11-15 Thread Russell Bryant
Greetings, I've received a lot of requests for blueprint reviews in the last week (on the list, IRC, direct email, etc). I figured now was a good time to recap where we are with Icehouse blueprints. 1) We've had a discussion both on the mailing list [1] and at the design summit [2] about the pro

Re: [openstack-dev] [Nova] New API requirements, review of GCE

2013-11-15 Thread Mark McLoughlin
On Fri, 2013-11-15 at 11:28 -0500, Russell Bryant wrote: > Greetings, > > We've talked a lot about requirements for new compute drivers [1]. I > think the same sort of standards shold be applied for a new third-party > API, such as the GCE API [2]. > > Before we can consider taking on a new API,

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Dan Smith
> Thanks for weighing in, I do hope to keep the conversation going. Add my name to the list of people that won't be considering the trip as a result. --Dan ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Thierry Carrez
Adrian Otto wrote: > If OpenStack starts a culture of exclusion instead of inclusion, that would > start a dangerous trend that sets the wrong tone. It would quickly reach the > point where new projects like mine would simply not come here. We would go > somewhere else that does have a culture o

Re: [openstack-dev] Split of the openstack-dev list (summary so far)

2013-11-15 Thread Stefano Maffulli
On 11/15/2013 02:06 AM, Thierry Carrez wrote: > Arguments in favor of splitting openstack-dev / stackforge-dev > * People can easily filter out all non-openstack discussions > * Traffic would drop by about 25% I'm not so convinced about this figure, as others pointed out. > * Removes confusion as

[openstack-dev] [oslo] tracking graduation status for incubated code

2013-11-15 Thread Doug Hellmann
During our meeting today, we talked about how to track the graduation status for the incubator code. I copied the notes from the summit session where we talked about the status of a lot of the modules into a wiki page for longer-term tracking ( https://wiki.openstack.org/wiki/Oslo/GraduationStatus)

Re: [openstack-dev] [oslo] team meeting Friday 15 November @ 14:00 UTC

2013-11-15 Thread Doug Hellmann
On Wed, Nov 13, 2013 at 4:28 PM, Doug Hellmann wrote: > The Oslo team will meet in #openstack-meeting this Friday at 1400 UTC to > discuss the i18n work and planning based on the outcome of the summit. See > https://wiki.openstack.org/wiki/Meetings/Oslo#Agenda_for_Next_Meeting for > a more detaile

Re: [openstack-dev] [Trove][Savanna][Murano] Unified Agent proposal discussion at Summit

2013-11-15 Thread Alexander Ignatov
Ilya, Igor I’ve created separate etherpad for UnifiedAgents approach: https://etherpad.openstack.org/p/UnifiedAgents I described here initial Savanna's requirements from GuestAgent solution which were discussed in the design summit. Trove and Murano team are welcome to describe their needs in gu

Re: [openstack-dev] [Savanna] DiskBuilder / savanna-image-elements

2013-11-15 Thread Clint Byrum
Excerpts from Erik Bergenholtz's message of 2013-11-15 08:20:36 -0800: > Team - > > We’d like to move our disk creation mechanism over to using DiskBuilder so > that users can build (and modify) their own VM images. We’d like to piggy > back off of the existing mechanism that the vanilla plugin

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Kyle Mestery (kmestery)
On Nov 15, 2013, at 11:04 AM, Dan Smith wrote: >> Thanks for weighing in, I do hope to keep the conversation going. > > Add my name to the list of people that won't be considering the trip as > a result. > Are people really saying that if they show up for this Tempest sprint with a logo shirt th

Re: [openstack-dev] [Neutron] Neutron Tempest code sprint - 2nd week of January, Montreal, QC, Canada

2013-11-15 Thread Anita Kuno
On 11/15/2013 12:04 PM, Dan Smith wrote: Thanks for weighing in, I do hope to keep the conversation going. Add my name to the list of people that won't be considering the trip as a result. --Dan I acknowledge your choice, Dan. Thanks, Anita. ___

Re: [openstack-dev] [Keystone] Blob in keystone v3 certificate API

2013-11-15 Thread Dolph Mathews
It sounds like you're looking for barbican :) https://github.com/stackforge/barbican On Thu, Nov 14, 2013 at 8:55 PM, Nachi Ueno wrote: > Hi Keystone guys > > I'm going to use keystone credentials API to store SSL-VPN certificate. > However I have a concern about blob attribute. > > Since i

Re: [openstack-dev] [Nova] New API requirements, review of GCE

2013-11-15 Thread Russell Bryant
On 11/15/2013 12:01 PM, Mark McLoughlin wrote: > On Fri, 2013-11-15 at 11:28 -0500, Russell Bryant wrote: >> Greetings, >> >> We've talked a lot about requirements for new compute drivers [1]. I >> think the same sort of standards shold be applied for a new third-party >> API, such as the GCE API

Re: [openstack-dev] [Savanna] DiskBuilder / savanna-image-elements

2013-11-15 Thread Matthew Farrellee
On 11/15/2013 12:14 PM, Clint Byrum wrote: Excerpts from Erik Bergenholtz's message of 2013-11-15 08:20:36 -0800: Team - We’d like to move our disk creation mechanism over to using DiskBuilder so that users can build (and modify) their own VM images. We’d like to piggy back off of the existin

  1   2   >