diff options
author | boucherv <valentin.boucher@orange.com> | 2017-06-29 14:39:41 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-06-29 14:41:08 +0200 |
commit | ce303377176f5a7588b61a0d90fda8cd535bde8d (patch) | |
tree | 91f3acdc5fdc9062f4fea1260452617d6d6e4737 /docs | |
parent | 2a4dc5493763a241c9895652bf1c71ac3ef0e5b3 (diff) |
FIX mistake in import keypair
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/LibraryUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to-use/LibraryUsage.rst b/docs/how-to-use/LibraryUsage.rst index 36d4b9c..9efb26f 100644 --- 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_keypairs import KeypairSettings, OpenStackKeypair keypair_settings = KeypairSettings(name='kepair-name', private_filepath='/tmp/priv-kp') keypair_creator = OpenStackKeypair(os_creds, keypair_settings) keypair_creator.create() |