From 747d832dd53dd4fa892598232757f9ea66ae6a4b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 17 Sep 2015 10:56:34 -0700 Subject: [PATCH] Disable volume option until it is cinderified. Change-Id: I82597ef84785a570b37bfc0b5e24c129d9a3b3b9 --- launch/launch-node.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/launch/launch-node.py b/launch/launch-node.py index aeeac50724..2ea21b4f4c 100755 --- a/launch/launch-node.py +++ b/launch/launch-node.py @@ -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,