Upgrade pbr before installing solar

This commit is contained in:
Łukasz Oleś 2015-12-03 11:40:46 +01:00
parent 77dcb635ee
commit a6684a153e

View File

@ -3,6 +3,8 @@
- hosts: all
sudo: yes
tasks:
# upgrade pbr first, old version throws strange errors
- shell: pip install pbr -U
# Setup development env for solar
- shell: pip install -e . chdir=/vagrant
- shell: pip install git+git://github.com/Mirantis/solar-agent.git