Disable volume option until it is cinderified.
Change-Id: I82597ef84785a570b37bfc0b5e24c129d9a3b3b9
This commit is contained in:
parent
ec38cbb341
commit
747d832dd5
@ -286,6 +286,11 @@ def main():
|
||||
image = images[0]
|
||||
print "Found image", image
|
||||
|
||||
if options.volume:
|
||||
print "The --volume option does not support cinder; until it does"
|
||||
print "it should not be used."
|
||||
sys.exit(1)
|
||||
|
||||
build_server(client, options.name, image, flavor, cert,
|
||||
options.environment, options.server, options.volume,
|
||||
options.keep, options.net_label, options.floating_ip_pool,
|
||||
|
Loading…
Reference in New Issue
Block a user