Add bareon-api installation

This commit is contained in:
Evgeniy L 2015-10-21 15:01:13 +03:00
parent 43e8fa274f
commit 76e20a096b

View File

@ -54,3 +54,7 @@
# Install discovery service
- shell: pip install git+https://github.com/rustyrobot/discovery.git
- shell: 'discovery &'
# Install bareon-api
- shell: pip install git+https://github.com/Mirantis/bareon-api.git
- shell: 'bareon-api &'