Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
9d0a8ecf
Commit
9d0a8ecf
authored
Jun 27, 2013
by
Stavros Sachtouris
Browse files
Fix typo == --> --
parent
31618e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/collection_of_examples/configuration.rst
View file @
9d0a8ecf
...
...
@@ -244,15 +244,15 @@ Authenticate against different clouds
. ...
. <response from deploymentexample.com>
. ...
$ kamaki
==
cloud=mytest user authenticate
$ kamaki
--
cloud=mytest user authenticate
. ...
. <response from example.com>
. ...
$ kamaki
==
cloud=default user authenticate
$ kamaki
--
cloud=default user authenticate
. ...
. <response from deploymentexample.com, same as default behavior>
. ...
$ kamaki
==
cloud=nonexistingcloud user authenticate
$ kamaki
--
cloud=nonexistingcloud user authenticate
. No cloud "nonexistingcloud" is configured
. | To configure a new cloud "nonexistingcloud", find and set the
. | single authentication URL and token:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment