Updating messaging about overwritting
This commit is contained in:
parent
40486e2a9e
commit
e59799c9f3
@ -73,6 +73,7 @@ class QuantumInstaller(comp.PkgInstallComponent):
|
|||||||
self.q_vswitch_service = False
|
self.q_vswitch_service = False
|
||||||
plugin = self.cfg.getdefaulted("quantum", "q_plugin", VSWITCH_PLUGIN)
|
plugin = self.cfg.getdefaulted("quantum", "q_plugin", VSWITCH_PLUGIN)
|
||||||
if plugin == VSWITCH_PLUGIN:
|
if plugin == VSWITCH_PLUGIN:
|
||||||
|
# FIXME: Make these subsystems
|
||||||
self.q_vswitch_agent = True
|
self.q_vswitch_agent = True
|
||||||
self.q_vswitch_service = True
|
self.q_vswitch_service = True
|
||||||
|
|
||||||
|
2
euca.sh
2
euca.sh
@ -35,7 +35,7 @@ if [ -f $RC_DIR/$EC2_RC ];
|
|||||||
then
|
then
|
||||||
echo "Woah cowboy you seem to already have '$RC_DIR/$EC2_RC'!"
|
echo "Woah cowboy you seem to already have '$RC_DIR/$EC2_RC'!"
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Continue? " yn
|
read -p "Overwrite it and continue? " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* ) break;;
|
[Yy]* ) break;;
|
||||||
[Nn]* ) exit 1;;
|
[Nn]* ) exit 1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user