rcbops / ansible-lxc-rpc

Ansible Playbooks to deploy openstack
https://rcbops.github.io/ansible-lxc-rpc/
Apache License 2.0
38 stars 31 forks source link

Pip dependencies for MaaS error on install #370

Closed andymcc closed 10 years ago

andymcc commented 10 years ago

MaaS requires lxml 3.3.5:

Could not find a version that satisfies the requirement lxml==3.3.5 (from -r /usr/lib/rackspace-monitoring-agent/plugins/requirements.txt (line 3)) (from versions: 3.4.0) Cleaning up... No distributions matching the version for lxml==3.3.5 (from -r /usr/lib/rackspace-monitoring-agent/plugins/requirements.txt (line 3)) Storing debug log for failure in /root/.pip/pip.log

andymcc commented 10 years ago

This is related to the default maas_repo_version being "v9.0.0" instead of master in user_variables. So we should just change the default.

mattt416 commented 10 years ago

@mancdaz do we point maas_repo_version in stable/icehouse and proposed/juno to their respective branches or to the 9.0.x and 10.0.x tags?

cloudnull commented 10 years ago

this is also related to Issue https://github.com/rcbops/ansible-lxc-rpc/issues/255.