bin/forj in forj-0.0.21 vs bin/forj in forj-0.0.22

- old
+ new

@@ -40,10 +40,11 @@ puts ' - openstack: OpenStack based private or public cloud' puts ' - more to come' puts ' -as: just because :)' puts ' -name: name for the maestro box' puts ' -test: this will delete everything after it finish to install the forge' + puts ' example: forj boot redstone on hpcloud as redstone01' puts ' down: delete the Maestro box and all systems installed by the blueprint' puts ' -name: name for the maestro box' puts ' setup: set the credentials for forj cli' puts '' puts ' -credentials:' @@ -51,14 +52,9 @@ puts ' access_key: access key from hpcloud' puts ' secret_key: secret key from hpcloud' puts ' auth_uri: identity endpoint' puts ' tenant_id: id for the tenant you want to use' puts ' availability_zone: which availability zone will be deployed' - puts '' - puts ' openstack:' - puts ' openstack_username: your openstack username' - puts ' openstack_api_key: your openstack password' - puts ' openstack_auth_url: your openstack identity endpoint' puts '' end desc 'boot', 'boot a Maestro box and instruct it to provision the blueprint'