Files
anvil/docs/source/topics/usageexamples.rst
2012-05-02 21:19:41 -07:00

449 B

Usage Examples

Commands

To get the help display try:

$ ./smithy --help

To examine what installing the basics (nova, horizon, glance, keystone…) will do (with installation in ~/openstack) try:

$ sudo ./smithy -d ~/openstack -a install --dryrun  

With more information/debugging/auditing output try:

$ sudo ./smithy -d ~/openstack  -a install -vv