[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH] python-glancestore: requires python module enum

Josep Puigdemont josep.puigdemont at enea.com
Fri Sep 25 10:11:40 PDT 2015


On Thu, Sep 24, 2015 at 04:40:01PM -0400, Mark Asselstine wrote:
> On Wed, Sep 23, 2015 at 12:54 PM, Josep Puigdemont
> <josep.puigdemont at enea.com> wrote:
> > I for got to mention that the patch should be applicable to
> > master too, but I have not run any tests there.
> 
> If you are working mostly in Kilo I am happy to try to stay on top of
> commits you send against that branch and test them out on master, if
> you want to do the same for things I send to master and test them with
> Kilo, that would be great :).

Sounds like a plan ;-)
I intended to move to master rather soon too, but for as long as I use
kilo I can do that, and even after that I can try to put some time on
it. I agree that it is good to have both branches working.

> 
> I would love to get our basic usecase (boot controller and compute,
> log in to horizon, import and image, instantiate an instance...)
> working again on both branches.

I test the AIO image for now, and run it under qemu (it almost works),
but I'll try building the different images too.

I have a few commits pending to upstream, mostly to meet the required
dependencies to get the basic services running.

/Josep

> 
> Mark
> 
> >
> > /Josep
> >
> > On Wed, Sep 23, 2015 at 06:45:51PM +0200, Josep Puigdemont wrote:
> >> In capabilities, glance store imports enum, which is available
> >> since python 3.4. For earlier versions of python we can use
> >> the backported package python-enum34 from meta-python.
> >>
> >> Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
> >> ---
> >>  meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> >> index b3aa2f3..43707ee 100644
> >> --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> >> +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> >> @@ -22,6 +22,7 @@ DEPENDS += " \
> >>          "
> >>
> >>  RDEPENDS_${PN} = " \
> >> +   python-enum34 \
> >>     python-eventlet \
> >>     python-iso8601 \
> >>     python-six \
> >> --
> >> 1.9.1
> >>
> >> --
> >> _______________________________________________
> >> meta-virtualization mailing list
> >> meta-virtualization at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-virtualization
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization


More information about the meta-virtualization mailing list