blob: f1cd6ee1685b0ea048162cf3377aa6206e43a3e1 [file] [log] [blame]
#!/usr/bin/env python
SERVER_IP = '10.128.15.254'
SERVER_PORT = '9999'
USER = 'padmin@vicci.org'
PASSWD = 'letmein'
TENANT_SUBSCRIBER = '/api/tenant/cord/subscriber/'
TENANT_VOLT = '/api/tenant/cord/volt/'
UTILS_SYNCHRONIZER = '/api/utility/synchronizer/'
UTILS_LOGIN = '/api/utility/login/'
CORE_USERS = '/api/core/users/'
CORE_SERVICES = '/api/core/services/'
CORE_INSTANCES = '/api/core/instances/'
CORE_DEPLOYMENTS = '/api/core/deployments/'
CORE_SANITY_INSTANCES = '/api/core/instances/?no_hyperlinks=1'
CORE_SANITY_SLICES = '/api/core/slices/?no_hyperlinks=1'
CORE_SLICES = '/api/core/slices/'
CORE_SANITY_NODES = '/api/core/nodes/?no_hyperlinks=1'
CORE_NODES = '/api/core/nodes/'
CORE_FLAVORS = '/api/core/flavors/'