reset Shovel IP
This commit is contained in:
parent
87b64cd6b1
commit
258a1c2d65
@ -21,7 +21,7 @@ from horizon import exceptions
|
|||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
SHOVEL_BASE_API = '/api/1.1'
|
SHOVEL_BASE_API = '/api/1.1'
|
||||||
URI = "http://10.240.19.171:9005" + SHOVEL_BASE_API
|
URI = SHOVEL_URL + SHOVEL_BASE_API
|
||||||
|
|
||||||
def get_driver_list():
|
def get_driver_list():
|
||||||
r = requests.get(URI + '/ironic/drivers')
|
r = requests.get(URI + '/ironic/drivers')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user