From 2c7750e8c66a6463dec09ef0b92bc22b23286a60 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 16 Jan 2019 10:45:45 +0800 Subject: [PATCH] Fix the misspelling of "import" Change-Id: Ifd5f91a566184b27c12f4488727ce87013ea0d0a --- hooks/nova_compute_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/nova_compute_utils.py b/hooks/nova_compute_utils.py index 797b43c2..d571bfc9 100644 --- a/hooks/nova_compute_utils.py +++ b/hooks/nova_compute_utils.py @@ -648,7 +648,7 @@ def do_openstack_upgrade(configs): def import_keystone_ca_cert(): - """If provided, improt the Keystone CA cert that gets forwarded + """If provided, import the Keystone CA cert that gets forwarded to compute nodes via the cloud-compute interface """ ca_cert = relation_get('ca_cert')