Wrap lines longer than 80 characters

Change-Id: Ib30dc53f6f2d248e6772b35747717595f4104822
This commit is contained in:
Pino Toscano 2015-09-30 13:00:41 +02:00
parent 2eca2aa71f
commit f13547cc50

View File

@ -8,7 +8,8 @@ import sys
import time
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():