openstack ansible fails to install additional neutron pip packages
I am trying to install infoblox_client and networking-infoblox python module into neutron-server container of openstack setup using openstack-ansible. This is failing to install these packages into neutron-server vitualenv.
user_variables.yml file :
neutron_pip_packages:
configobj
cliff
- keystonemiddleware
- PyMySQL
- neutron
- neutron_lbaas
- pycrypto
- python-glanceclient
- python-keystoneclient
- python-memcached
- python-neutronclient
- python-novaclient
- repoze.lru
- infoblox_client
- networking-infoblox
why not launch a vm and use that instead and just point them to each other?
Launch a VM and do what? Question is how to install additional pip packages?