p load balancing now in opensource Nginx, I could get rid of
> Apache and HAProxy by utilizing uwsgi.
>
> John
>
> On November 30, 2015 at 1:05:26 PM, Paul Czarkowski (
> *pczarkowski+openstack...@bluebox.net*
> ) wrote:
>
>I don't have a problem with eventlet itsel
I don't have a problem with eventlet itself going away, but I do feel that
keystone should pick a python based web server capable of running WSGI apps
( such as uWSGI ) for the reference implementation rather than Apache which
can be declared appropriately in the requirements.txt of the project.
I have done similar in the past except I had some phys for novadocker, some
for regular kvm nova. There should be no problem doing the novadocker
within VMs instead. You can actually also run novadocker and nova on the
same phys host, there's a blog post[1] that somebody wrote that details
the
It looks like the pip dependencies didn't get installed. I often have
better luck with `pip install .` inside the nova-docker directory.if
that doesn't work you can try doing `pip install -r requirements.txt` ...
of course it could also be that the package isn't actually listed in
requirem
You may also want to check out giftwrap (
https://github.com/blueboxgroup/giftwrap ) and its helper giftwrap-wrapper
( https://github.com/blueboxgroup/giftwrap-wrapper ) which builds packages
and/or docker containers for each openstack project based on a manifest
file which contains their git loca