de9b064586
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
13 lines
338 B
Python
13 lines
338 B
Python
import requests
|
|
|
|
from solar.core.log import log
|
|
|
|
|
|
def test(resource):
|
|
log.debug('Testing cinder_scheduler_puppet')
|
|
# requests.get(
|
|
# 'http://%s:%s' % (resource.args['ip'].value, resource.args['port'].value)
|
|
# TODO(bogdando) figure out how to test this
|
|
# http://docs.openstack.org/developer/nova/devref/scheduler.html
|
|
# )
|