Skip to content

Commit ead293a

Browse files
author
Jamie Hannaford
committed
[skip ci] Clarification about name arg
1 parent d08b30b commit ead293a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting-started-openstack.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ In this case, we want to use the Nova service:
4848
$compute = $client->computeService('nova', 'regionOne');
4949
```
5050

51-
The first argument is the __name__ of the service as it appears in the OpenStack service catalog. If in doubt, you can
52-
leave blank and it will revert to the default name for the service. The second argument is the region. The third and
51+
The first argument is the __name__ of the service as it appears in the OpenStack service catalog. For OpenStack users, this must be retrieved and entered in your code. The second argument is the region. The third and
5352
last argument is the type of URL; you may use either `publicURL` or `internalURL`.
5453

5554
### 3. Select your server image
@@ -187,4 +186,4 @@ $server->delete();
187186
Consult our [documentation](https://github.com/rackspace/php-opencloud/tree/master/docs/userguide) about other services
188187
you can use, like [Keystone](https://github.com/rackspace/php-opencloud/tree/master/docs/userguide/Identity) or
189188
[Swift](https://github.com/rackspace/php-opencloud/tree/master/docs/userguide/ObjectStore). If you have any questions or
190-
troubles, feel free to e-mail [email protected] or open a Github issue with details.
189+
troubles, feel free to e-mail [email protected] or open a Github issue with details.

0 commit comments

Comments
 (0)