Upgrade pbr before installing solar
This commit is contained in:
parent
77dcb635ee
commit
a6684a153e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user