Rename example-puppet.py to openstack.py

This commit is contained in:
Łukasz Oleś 2015-09-04 10:34:29 +00:00
parent aba414722c
commit be9dfa7ca4
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ Deploying simple OpenStack env. In this example `orchestration` engine is NOT us
You need to run it from main solar directory. To deploy run:
`python examples/openstack/example-puppet.py deploy`
`python examples/openstack/openstack.py deploy`
To clean nodes, run:
`python examples/openstack/example-puppet undeploy`
`python examples/openstack/openstack.py undeploy`