Fix pointer to bad config settings in pool manager
Change-Id: I2b5eed29c7029e37a3ba052192a512bc0d10c213
This commit is contained in:
parent
1ce5fd5cbd
commit
b25358ebac
@ -105,8 +105,8 @@ class Server(object):
|
|||||||
self.args.nova_region,
|
self.args.nova_region,
|
||||||
self.args.nova_keyname,
|
self.args.nova_keyname,
|
||||||
self.args.nova_secgroup,
|
self.args.nova_secgroup,
|
||||||
self.args.haproxy_image,
|
self.args.nova_image,
|
||||||
self.args.image_size
|
self.args.nova_image_size
|
||||||
)
|
)
|
||||||
while count > 0:
|
while count > 0:
|
||||||
status, data = nova.build()
|
status, data = nova.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user