Adding global NAME variable, fixes #108

This commit is contained in:
galstrom21
2012-07-12 10:17:41 -05:00
parent 93f4656565
commit e7e8ac2bec

View File

@@ -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"