1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
13 lines
320 B
Python
13 lines
320 B
Python
import requests
|
|
|
|
from solar.core.log import log
|
|
|
|
|
|
def test(resource):
|
|
log.debug('Testing cinder_volume_puppet')
|
|
# requests.get(
|
|
# 'http://%s:%s' % (resource.args['ip'], resource.args['port'])
|
|
# TODO(bogdando) figure out how to test this
|
|
# http://docs.openstack.org/developer/nova/devref/volume.html
|
|
# )
|