Merge pull request #269 from rustyrobot/bareon-api

Add bareon-api installation
This commit is contained in:
Łukasz Oleś 2015-10-21 15:11:13 +02:00
commit 7488915159

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 &'