From ce303377176f5a7588b61a0d90fda8cd535bde8d Mon Sep 17 00:00:00 2001 From: boucherv Date: Thu, 29 Jun 2017 14:39:41 +0200 Subject: FIX mistake in import keypair Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d Signed-off-by: boucherv --- docs/how-to-use/LibraryUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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() -- cgit 1.2.3-korg