Re: [Openstack-operators] [keystone] Removing functionality that was deprecated in Kilo and upcoming deprecated functionality in Mitaka

2015-12-02 Thread Paul Czarkowski
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

Re: [Openstack-operators] [keystone] Removing functionality that was deprecated in Kilo and upcoming deprecated functionality in Mitaka

2015-11-30 Thread Paul Czarkowski
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.

Re: [Openstack-operators] Using VMs as hypervisors for nova-docker

2015-09-01 Thread Paul Czarkowski
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

Re: [Openstack-operators] docker-juno installation failed

2015-07-09 Thread Paul Czarkowski
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

Re: [Openstack-operators] OpenStack Dockerizing on CoreOS

2015-04-29 Thread Paul Czarkowski
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