LXC: add svn to bootstrap, add comment on how to run to example-lxc.py
This commit is contained in:
parent
e879c07d4b
commit
63b223e7c9
@ -6,6 +6,7 @@
|
||||
apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- git
|
||||
- subversion
|
||||
- python-mock
|
||||
- python-keystoneclient
|
||||
- python-mysqldb
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user