Wrap lines longer than 80 characters
Change-Id: Ib30dc53f6f2d248e6772b35747717595f4104822
This commit is contained in:
parent
2eca2aa71f
commit
f13547cc50
@ -8,7 +8,8 @@ import sys
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
CONF = dict()
|
CONF = dict()
|
||||||
keys = ["os_username", "os_password", "os_auth_url", "os_tenant_name", "os_image_endpoint"]
|
keys = ["os_username", "os_password", "os_auth_url", "os_tenant_name",
|
||||||
|
"os_image_endpoint"]
|
||||||
|
|
||||||
|
|
||||||
def load_conf():
|
def load_conf():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user