Adding global NAME variable, fixes #108
This commit is contained in:
@@ -4,8 +4,9 @@ from novaclient import exceptions
|
||||
|
||||
import collectd
|
||||
|
||||
global OS_USERNAME, OS_PASSWORD, OS_TENANT_NAME, OS_AUTH_URL, VERBOSE_LOGGING
|
||||
global NAME, OS_USERNAME, OS_PASSWORD, OS_TENANT_NAME, OS_AUTH_URL, VERBOSE_LOGGING
|
||||
|
||||
NAME = "nova_plugin"
|
||||
OS_USERNAME = "username"
|
||||
OS_PASSWORD = "password"
|
||||
OS_TENANT_NAME = "tenantname"
|
||||
|
||||
Reference in New Issue
Block a user