[openstack-dev] [Tempest][qa] Adding tags to commit messages

2013-12-23 Thread Yair Fried
Hi, Suggestion: Please consider tagging your Tempest commit messages the same way you do your mails in the mailing list Explanation: Since tempest is a single project testing multiple Openstack project we have a very diverse collection of patches as well as reviewers. Tagging our commit message

Re: [openstack-dev] [nova] [neutron] Todays' meeting log: PCI pass-through network support

2013-12-23 Thread Irena Berezovsky
Please, see inline From: Ian Wells [mailto:ijw.ubu...@cack.org.uk] Sent: Tuesday, December 24, 2013 1:38 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] [neutron] Todays' meeting log: PCI pass-through network support On autodiscovery and co

Re: [openstack-dev] [neutron][qa] test_network_basic_ops and the "FloatingIPChecker" control point

2013-12-23 Thread Yair Fried
- Original Message - > From: "Brent Eagles" > To: "OpenStack Development Mailing List (not for usage questions)" > > Sent: Monday, December 23, 2013 10:48:50 PM > Subject: Re: [openstack-dev] [neutron][qa] test_network_basic_ops and the > "FloatingIPChecker" control point > > Salvato

[openstack-dev] [State-Management] No meeting this week

2013-12-23 Thread Joshua Harlow
Since its xmas in most of the world lets skip the IRC meeting this week (normally on thursdays). See you all soon and have a great vacation! P.S. #openstack-state-management if u feel the need to chat :-) -- Joshua Harlow It's openstack, relax... | harlo...@yahoo-inc.com

Re: [openstack-dev] [Ceilometer] Complex query BP implementation

2013-12-23 Thread Jay Pipes
On 12/16/2013 03:54 PM, Ildikó Váncsa wrote: Hi guys, The first working version of the Complex filter expressions in API queries blueprint [1] was pushed for review[2]. We implemented a new query REST resource in order to provide rich query functionality for samples, alarms and alarm history. T

Re: [openstack-dev] [Horizon] Support for Django 1.6

2013-12-23 Thread Thomas Goirand
On 12/23/2013 11:23 PM, Tim Schnell wrote: > It looks like the defaults module has been removed in Django 1.6. It was > deprecated in Django 1.4. You should be able to just change these imports > to: > > from django.conf.urls import patterns, url > > https://docs.djangoproject.com/en/dev/releases

Re: [openstack-dev] [nova] [neutron] Todays' meeting log: PCI pass-through network support

2013-12-23 Thread yongli he
On 2013?12?24? 07:35, Ian Wells wrote: On autodiscovery and configuration, we agree that each compute node finds out what it has based on some sort of list of match expressions; we just disagree on where they should live. i think what we talk is group/class auto discovery here. I know we've t

Re: [openstack-dev] [nova] [neutron] Todays' meeting log: PCI pass-through network support

2013-12-23 Thread Ian Wells
On autodiscovery and configuration, we agree that each compute node finds out what it has based on some sort of list of match expressions; we just disagree on where they should live. I know we've talked APIs for setting that matching expression, but I would prefer that compute nodes are responsibl

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread Ben Nemec
I added it to the page John linked earlier: https://wiki.openstack.org/wiki/ReviewChecklist -Ben On 2013-12-23 17:08, Shawn Hartsock wrote: > Where in the wiki is this written down? Maybe I should read some of these > entries. I have looked but I can't find it. > On Dec 23, 2013 11:56 AM

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread Shawn Hartsock
Where in the wiki is this written down? Maybe I should read some of these entries. I have looked but I can't find it. On Dec 23, 2013 11:56 AM, "Ben Nemec" wrote: > On 2013-12-21 07:24, Matt Riedemann wrote: > >> On 12/19/2013 8:51 AM, John Garbutt wrote: >> >>> On 4 December 2013 17:10, Russell

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-12-23 Thread Jay Pipes
On 12/17/2013 10:09 AM, Ian Wells wrote: Reiterating from the IRC mneeting, largely, so apologies. Firstly, I disagree that https://wiki.openstack.org/wiki/PCI_passthrough_SRIOV_support is an accurate reflection of the current state. It's a very unilateral view, largely because the rest of us h

Re: [openstack-dev] Neutron Distributed Virtual Router

2013-12-23 Thread Bob Melander (bmelande)
I agree. With your patch it ought to be possible to make the distributed router a provider type so to me it seems like a good match. Thanks, Bob From: Gary Duan mailto:gd...@varmour.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.opensta

[openstack-dev] [qa][neutron] Please remember to mark changed tests as 'smoke'

2013-12-23 Thread David Kranz
We like all code submitted to tempest to actually run. Since the neutron gate jobs are still running only smoke tests, please mark any test that is added or whose code has changed as smoke. Note that 'smoke' has no real other meaning now since it was applied haphazardly in the first place and h

Re: [openstack-dev] [neutron] Re: [Blueprint vlan-aware-vms] VLAN aware VMs

2013-12-23 Thread Ian Wells
I think we have two different cases here - one where a 'trunk' network passes all VLANs, which is potentially supportable by anything that's not based on VLANs for separation, and one where a trunk can't feasibly do that but where we could make it pass a restricted set of VLANs by mapping. In the

Re: [openstack-dev] [neutron][qa] test_network_basic_ops and the "FloatingIPChecker" control point

2013-12-23 Thread Brent Eagles
Salvatore Orlando wrote: Before starting this post I confess I did not read with the required level of attention all this thread, so I apologise for any repetition. I just wanted to point out that floating IPs in neutron are created asynchronously when using the l3 agent, and I think this is cle

Re: [openstack-dev] olso.config error on running Devstack

2013-12-23 Thread Ben Nemec
On 2013-12-23 13:18, Sean Dague wrote: On 12/23/2013 11:52 AM, Ben Nemec wrote: On 2013-12-18 09:26, Sayali Lunkad wrote: Hello, I get the following error when I run stack.sh on Devstack Traceback (most recent call last): File "/usr/local/bin/ceilometer-dbsync", line 6, in from ceilom

Re: [openstack-dev] [tempest] negative tests

2013-12-23 Thread Miguel Lavalle
Ann, You are correct. We WILL NOT develop negative tests anymore by hand. We will take a "generative" approach in the future. I will update the etherpad to reflect this Regards On Mon, Dec 23, 2013 at 5:12 AM, Anna Kamyshnikova < akamyshnik...@mirantis.com> wrote: > Hello! > > I'm working on c

Re: [openstack-dev] Process for proposing patches attached to launchpad bugs?

2013-12-23 Thread James Bottomley
On Fri, 2013-12-20 at 14:07 -0500, Russell Bryant wrote: > On 12/20/2013 09:32 AM, Dolph Mathews wrote: > > In the past, I've been able to get authors of bug fixes attached to > > Launchpad bugs to sign the CLA and submit the patch through gerrit... > > although, in one case it took quite a bit of

Re: [openstack-dev] olso.config error on running Devstack

2013-12-23 Thread Sean Dague
On 12/23/2013 11:52 AM, Ben Nemec wrote: > On 2013-12-18 09:26, Sayali Lunkad wrote: > >> Hello, >> >> I get the following error when I run stack.sh on Devstack >> >> Traceback (most recent call last): >> File "/usr/local/bin/ceilometer-dbsync", line 6, in >> from ceilometer.storage import

Re: [openstack-dev] [Neutron] Availability of external testing logs

2013-12-23 Thread Sean Dague
On 12/23/2013 12:10 PM, Collins, Sean wrote: > On Sun, Dec 22, 2013 at 12:30:50PM +0100, Salvatore Orlando wrote: >> I would suggest that external jobs should not vote until logs are publicly >> accessible, otherwise contributors would have no reason to understand where >> the negative vote came fr

Re: [openstack-dev] Neutron Distributed Virtual Router

2013-12-23 Thread Gary Duan
Regarding using 'provider' in L3 router, for the BP 'L3 service integration with service framework', I've submitted some code for review, which is using 'provider' in a same notion as other advanced services. I am not sure if it can be reused to describe 'centralized' and 'distributed' behavior. h

Re: [openstack-dev] [trove] Delivering datastore logs to customers

2013-12-23 Thread Denis Makogon
Goodday, Daniel. Thanks for response. Today, before your message, i've update wiki page [1]. Now while POST user would recieve DBLog responce object which would contain location ulr of downloaded log file. About the way of storing files, i've described inside of [1], in guest-side configuretion, t

[openstack-dev] [Neutron][IPv6] No IRC Meeting this week

2013-12-23 Thread Collins, Sean
See you all next week! -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Availability of external testing logs

2013-12-23 Thread Collins, Sean
On Sun, Dec 22, 2013 at 12:30:50PM +0100, Salvatore Orlando wrote: > I would suggest that external jobs should not vote until logs are publicly > accessible, otherwise contributors would have no reason to understand where > the negative vote came from. +1 I've had Tail-F NCS Jenkins -1 some thing

Re: [openstack-dev] Process for proposing patches attached to launchpad bugs?

2013-12-23 Thread Dean Troyer
On Mon, Dec 23, 2013 at 3:50 AM, Robert Collins wrote: > On 23 December 2013 17:35, Chet Burgess wrote: > > It's unclear to me what exactly constitutes writing a new patch. I can > check > > out oslo.messaging, and without trying to merge the patch just go and > make > > the same change (its lite

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread John Griffith
On Thu, Dec 5, 2013 at 8:38 PM, Jay Pipes wrote: > On 12/04/2013 12:10 PM, Russell Bryant wrote: >> >> On 12/04/2013 11:16 AM, Nikola Đipanov wrote: >>> >>> Resurrecting this thread because of an interesting review that came up >>> yesterday [1]. >>> >>> It seems that our lack of a firm decision o

Re: [openstack-dev] olso.config error on running Devstack

2013-12-23 Thread Ben Nemec
On 2013-12-18 09:26, Sayali Lunkad wrote: > Hello, > > I get the following error when I run stack.sh on Devstack > > Traceback (most recent call last): > File "/usr/local/bin/ceilometer-dbsync", line 6, in > from ceilometer.storage import dbsync > File "/opt/stack/ceilometer/ceilometer/stor

Re: [openstack-dev] [trove] Delivering datastore logs to customers

2013-12-23 Thread Daniel Morris
Vipul, I know we discussed this briefly in the Wednesday meeting but I still have a few questions. I am not bought in to the idea that we do not need to maintain the records of saved logs. I agree that we do not need to enable users to download and manipulate the logs themselves via Trove (

[openstack-dev] [Mistral] Community meeting minutes - 12/23/2013

2013-12-23 Thread Renat Akhmerov
Hi, Here the links to minutes and logs for the IRC meeting that we had today: Minutes: http://eavesdrop.openstack.org/meetings/mistral/2013/mistral.2013-12-23-16.00.html Log: http://eavesdrop.openstack.org/meetings/mistral/2013/mistral.2013-12-23-16.00.log.html Feel free to join us next time.

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread Ben Nemec
On 2013-12-21 07:24, Matt Riedemann wrote: On 12/19/2013 8:51 AM, John Garbutt wrote: On 4 December 2013 17:10, Russell Bryant wrote: I think option 3 makes the most sense here (pending anyone saying we should run away screaming from mox3 for some reason). It's actually what I had been assumi

[openstack-dev] [Murano] Murano Release 0.4 Announcement

2013-12-23 Thread Timur Sufiev
I'm very glad to announce that a new stable version of Murano v0.4 has been released! The most noticeable change Murano Team is proud of is the Metadata Repository feature, consisting of a new Web UI for managing metadata objects via Horizon panel and the mura

[openstack-dev] [Nova] No meeting this week

2013-12-23 Thread Russell Bryant
No Nova meeting this week. We will resume on Thursday, January 2, at 21:00 UTC. https://wiki.openstack.org/wiki/Meetings/Nova -- Russell Bryant ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailma

Re: [openstack-dev] Fwd: [openstack-community] A bug on OpenStack

2013-12-23 Thread Ben Nemec
This sounds more appropriate for the openstack list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack It's not clear to me at this point whether this is a bug or a misconfiguration, and the configuration discussion should happen there. Thanks. -Ben On 2013-12-22 12:26, Sean

Re: [openstack-dev] Fwd: ./run_test.sh Fails

2013-12-23 Thread Ben Nemec
On 2013-12-21 01:45, Sayali Lunkad wrote: > Subject: ./run_test.sh fails to build environment > > Hello, > > I get this error when I try to set the environment for Horizon. Any idea why > this is happening? I am running Devstack on a VM with Ubuntu 12.04. > > sayali@sayali:/opt/stack/hori

[openstack-dev] [Infra] Next two infra meetings canceled

2013-12-23 Thread James E. Blair
Hi, Since they fall on the evenings of some major holidays, we're canceling the next two Project Infrastructure meetings. Enjoy the holidays! -Jim ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mail

[openstack-dev] [nova] HyperV-CI

2013-12-23 Thread Gary Kotton
Hi, There seems to be an issue with the hyper CI. Please see - https://review.openstack.org/#/c/52687/. This code does is not related to the HyperV driver. Thanks Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.opensta

Re: [openstack-dev] [Nova] [Ironic] Get power and temperature via IPMI

2013-12-23 Thread laserjetyang
I think it could bring more general discussion on how to collect physical equipment information, and which to be collected? right now, ceilometer only tracking the VM level, and when we use ironic, we expect the ironic can bring us some good information on the deployed physical machine images. On

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-12-23 Thread Jose Gavine Cueto
Hi, I would just like to share my idea on somehow managing sr-iov networking attributes in neutron (e.g. mac addr, ip addr, vlan). I've had experience implementing this and that was before pci-passthrough feature in nova existed. Basically, nova still did the plugging and the unplugging of vifs

[openstack-dev] [oslo.messaging] bug 1257293: QPID broadcast RPC requests to all servers for a given topic

2013-12-23 Thread Ihar Hrachyshka
Hi all, I'm new to openstack and qpid, trying to get more insight into messaging. I've attempted to verify the fix for the bug 1257293 in LP, but the scenario fails for me, even though oslo.messaging fix reached github master I used for my verification attempt. Briefly, I've repeated actions f

Re: [openstack-dev] [Horizon] Support for Django 1.6

2013-12-23 Thread Tim Schnell
On 12/23/13 5:02 AM, "Thomas Goirand" wrote: >On 12/20/2013 04:39 PM, Matthias Runge wrote: >> On 12/19/2013 04:45 PM, Thomas Goirand wrote: >>> Hi, >>> >>> Sid has Django 1.6. Is it planned to add support for it? I currently >>> don't know what to do with the Horizon package, as it's currently

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Flavio Percoco
On 23/12/13 22:46 +0800, Zhi Yan Liu wrote: On Mon, Dec 23, 2013 at 10:26 PM, Flavio Percoco wrote: On 23/12/13 09:00 -0500, Jay Pipes wrote: On 12/23/2013 08:48 AM, Mark Washenberger wrote: On Mon, Dec 23, 2013 at 4:57 AM, Jay Pipes mailto:jaypi...@gmail.com>> wrote: On 12/23/2013 0

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Zhi Yan Liu
On Mon, Dec 23, 2013 at 10:26 PM, Flavio Percoco wrote: > On 23/12/13 09:00 -0500, Jay Pipes wrote: >> >> On 12/23/2013 08:48 AM, Mark Washenberger wrote: >>> >>> >>> >>> >>> On Mon, Dec 23, 2013 at 4:57 AM, Jay Pipes >> > wrote: >>> >>>On 12/23/2013 05:42 AM, Thierr

Re: [openstack-dev] [Nova] All I want for Christmas is one more +2 ...

2013-12-23 Thread Matt Riedemann
On 12/12/2013 8:22 AM, Day, Phil wrote: Hi Cores, The “Stop, Rescue, and Delete should give guest a chance to shutdown” change https://review.openstack.org/#/c/35303/ was approved a couple of days ago, but failed to merge because the RPC version had moved on. Its rebased and sitting there with

Re: [openstack-dev] [neutron] packet forwarding

2013-12-23 Thread Abbass MAROUNI
Hello Ian, Found some anti-spoofing rules in the ebtables (ebtables -t nat -L) of the compute-host where my router VM is located. These rules are automatically generated by libvirt for each VM and are usually generated from a preset of rules (anti-ip-spoofing.xml). Disabling this rule didn't help

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Flavio Percoco
On 23/12/13 09:00 -0500, Jay Pipes wrote: On 12/23/2013 08:48 AM, Mark Washenberger wrote: On Mon, Dec 23, 2013 at 4:57 AM, Jay Pipes mailto:jaypi...@gmail.com>> wrote: On 12/23/2013 05:42 AM, Thierry Carrez wrote: Flavio Percoco wrote: On 21/12/13 00:41 -0500, Jay Pip

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Jay Pipes
On 12/23/2013 08:48 AM, Mark Washenberger wrote: On Mon, Dec 23, 2013 at 4:57 AM, Jay Pipes mailto:jaypi...@gmail.com>> wrote: On 12/23/2013 05:42 AM, Thierry Carrez wrote: Flavio Percoco wrote: On 21/12/13 00:41 -0500, Jay Pipes wrote: Cinder is for

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Mark Washenberger
On Mon, Dec 23, 2013 at 4:57 AM, Jay Pipes wrote: > On 12/23/2013 05:42 AM, Thierry Carrez wrote: > >> Flavio Percoco wrote: >> >>> On 21/12/13 00:41 -0500, Jay Pipes wrote: >>> Cinder is for block storage. Images are just a bunch of blocks, and all the store drivers do is take a chunke

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Mark Washenberger
On Mon, Dec 23, 2013 at 12:11 AM, Flavio Percoco wrote: > On 21/12/13 00:41 -0500, Jay Pipes wrote: > >> On 12/20/2013 10:42 AM, Flavio Percoco wrote: >> >>> Greetings, >>> >>> In the last Glance meeting, it was proposed to pull out glance's >>> stores[0] code into its own package. There are a co

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Flavio Percoco
On 23/12/13 07:57 -0500, Jay Pipes wrote: On 12/23/2013 05:42 AM, Thierry Carrez wrote: Flavio Percoco wrote: On 21/12/13 00:41 -0500, Jay Pipes wrote: Cinder is for block storage. Images are just a bunch of blocks, and all the store drivers do is take a chunked stream of input blocks and stor

Re: [openstack-dev] [Neutron] Availability of external testing logs

2013-12-23 Thread Jay Pipes
On 12/22/2013 06:30 AM, Salvatore Orlando wrote: Hi, The patch: https://review.openstack.org/#/c/63558/ failed mellanox external testing. Subsequent patch sets have not been picked up by the mellanox testing system. I would like to see why the patch failed the job; if it breaks mellanox plugin

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Jay Pipes
On 12/23/2013 05:42 AM, Thierry Carrez wrote: Flavio Percoco wrote: On 21/12/13 00:41 -0500, Jay Pipes wrote: Cinder is for block storage. Images are just a bunch of blocks, and all the store drivers do is take a chunked stream of input blocks and store them to disk/swift/s3/rbd/toaster and str

Re: [openstack-dev] [heat] Nomination for heat-core

2013-12-23 Thread Bartosz Górski
Hi all, I would like to thank you for the nomination, yours votes and trust you gave me. I know that with great power comes big responsibility. I will do my best and I will not let you down. Thanks, Bartosz On 12/19/2013 03:21 AM, Steve Baker wrote: I would like to nominate Bartosz Górski to

Re: [openstack-dev] [tempest] negative tests

2013-12-23 Thread Anna Kamyshnikova
Hello! I'm working on creating tests in tempest according to this etherpad page https://etherpad.openstack.org/p/icehouse-summit-qa-neutron. Here is mentioned that we should be add negative tests, for example, for floating ips, but as I understand (according to comment to https://bugs.launchpad.n

Re: [openstack-dev] [Horizon] Support for Django 1.6

2013-12-23 Thread Thomas Goirand
On 12/20/2013 04:39 PM, Matthias Runge wrote: > On 12/19/2013 04:45 PM, Thomas Goirand wrote: >> Hi, >> >> Sid has Django 1.6. Is it planned to add support for it? I currently >> don't know what to do with the Horizon package, as it's currently >> broken... :( >> >> Thomas > Yes, there are two patc

[openstack-dev] [qa] changes to interacting with Tempest config

2013-12-23 Thread Sean Dague
One of the longer standing issues we've had in Tempest was the Tempest is a set of tests without it's own UI (we just us tox to call testr), and *need* a config file. The provides some interesting chicken and egg issues about when we get the config file. There is a long set of evolution here, but t

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Thierry Carrez
Flavio Percoco wrote: > On 21/12/13 00:41 -0500, Jay Pipes wrote: >> Cinder is for block storage. Images are just a bunch of blocks, and >> all the store drivers do is take a chunked stream of input blocks and >> store them to disk/swift/s3/rbd/toaster and stream those blocks back >> out again. >>

Re: [openstack-dev] [Fuel-dev] [Fuel] [Oslo] Add APP-NAME (RFC5424) for Oslo syslog logging

2013-12-23 Thread Bogdan Dobrelya
On 12/21/2013 11:20 AM, Sergey Vasilenko wrote: > Do you offer patch system python in solution #2? > In solution 2, as you can see from https://review.openstack.org/#/c/63094/11/openstack/common/log.py, we define class RFCSysLogHandler(logging.handlers.SysLogHandler) which overrides its base __in

Re: [openstack-dev] Process for proposing patches attached to launchpad bugs?

2013-12-23 Thread Robert Collins
So this may need to pop off to -legal soon :). And IANAL ... but... On 23 December 2013 17:35, Chet Burgess wrote: > It's unclear to me what exactly constitutes writing a new patch. I can check > out oslo.messaging, and without trying to merge the patch just go and make > the same change (its lit

[openstack-dev] [Fuel] [i18n] Internationalization of Fuel 4.0 UI

2013-12-23 Thread Vitaly Kramskikh
Folks, We are glad to announce that we've finished internationalization of Fuel UI and now it can be easily localized. This is an example of environment network settings tab localized to Chinese: [image: Встроенное изображение 2] These changes are available in

Re: [openstack-dev] [Climate] PTL Candidacy

2013-12-23 Thread Dina Belova
Sorry, completely forgot to add some useful links :) My changes: https://review.openstack.org/#/q/owner:dbelova+AND+(project:stackforge/climate+OR+project:stackforge/python-climateclient+OR+project:stackforge/climate-nova),n,z My reviews: https://review.openstack.org/#/q/reviewer:dbelova+AND+(proj

Re: [openstack-dev] [Glance][Oslo] Pulling glance.store out of glance. Where should it live?

2013-12-23 Thread Flavio Percoco
On 21/12/13 00:41 -0500, Jay Pipes wrote: On 12/20/2013 10:42 AM, Flavio Percoco wrote: Greetings, In the last Glance meeting, it was proposed to pull out glance's stores[0] code into its own package. There are a couple of other scenarios where using this code is necessary and it could also be