LXC: add svn to bootstrap, add comment on how to run to example-lxc.py

This commit is contained in:
Przemyslaw Kaminski 2015-09-03 15:02:10 +02:00
parent e879c07d4b
commit 63b223e7c9
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,7 @@
apt: name={{ item }} state=present
with_items:
- git
- subversion
- python-mock
- python-keystoneclient
- python-mysqldb

View File

@ -1,3 +1,12 @@
#!/usr/bin/env python
# To run:
# example-lxc.py deploy
# solar changes stage
# solar changes process
# solar orch run-once last
# watch 'solar orch report last'
import click
from solar.core import signals