From 73eb5e857dc65911c63dda8930874148925e3743 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Fri, 22 Dec 2017 10:52:20 +0800 Subject: [PATCH] update zvm_connector_url to URIopt Change-Id: I7a582838f4bc61b2e309854dc2efbc91da226b1e --- nova_zvm/virt/zvm/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova_zvm/virt/zvm/conf.py b/nova_zvm/virt/zvm/conf.py index 9449a6c..ac8a73b 100644 --- a/nova_zvm/virt/zvm/conf.py +++ b/nova_zvm/virt/zvm/conf.py @@ -15,7 +15,7 @@ from oslo_config import cfg zvm_opts = [ - cfg.StrOpt('zvm_cloud_connector_url', + cfg.URIOpt('zvm_cloud_connector_url', help=""" URL to be used to communicate with z/VM Cloud Connector. Example: https://10.10.10.1:8080.