Code Review
/
snaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2a4dc54
)
FIX mistake in import keypair
21/36721/1
author
boucherv
<valentin.boucher@orange.com>
Thu, 29 Jun 2017 12:39:41 +0000
(14:39 +0200)
committer
boucherv
<valentin.boucher@orange.com>
Thu, 29 Jun 2017 12:41:08 +0000
(14:41 +0200)
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d
Signed-off-by: boucherv <valentin.boucher@orange.com>
docs/how-to-use/LibraryUsage.rst
patch
|
blob
|
history
diff --git
a/docs/how-to-use/LibraryUsage.rst
b/docs/how-to-use/LibraryUsage.rst
index
36d4b9c
..
9efb26f
100644
(file)
--- a/
docs/how-to-use/LibraryUsage.rst
+++ b/
docs/how-to-use/LibraryUsage.rst
@@
-204,7
+204,7
@@
Create Keypair
.. code:: python
- from snaps.openstack.create_keypair import KeypairSettings, OpenStackKeypair
+ from snaps.openstack.create_keypair
s
import KeypairSettings, OpenStackKeypair
keypair_settings = KeypairSettings(name='kepair-name', private_filepath='/tmp/priv-kp')
keypair_creator = OpenStackKeypair(os_creds, keypair_settings)
keypair_creator.create()