summaryrefslogtreecommitdiff
path: root/scripts/targetcli
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-12-17 16:13:27 -0800
committerAndy Grover <agrover@redhat.com>2014-12-17 16:13:27 -0800
commit3947c435cb32f8f8347b8f51f8dde967ac0d47c6 (patch)
tree17b513973866646aa1f88979f956557d36ec0392 /scripts/targetcli
parent4e3f06f529d776f6ce70be16d3f62db6b6211c44 (diff)
downloadtargetcli-3947c435cb32f8f8347b8f51f8dde967ac0d47c6.tar.gz
Add a global pref for adding default portal
Expand info messages to mention this pref as well Fixes #46 Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'scripts/targetcli')
-rwxr-xr-xscripts/targetcli1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/targetcli b/scripts/targetcli
index b95e842..5404fcd 100755
--- a/scripts/targetcli
+++ b/scripts/targetcli
@@ -49,6 +49,7 @@ class TargetCLI(ConfigShell):
'auto_add_mapped_luns': True,
'auto_cd_after_create': False,
'auto_save_on_exit': True,
+ 'auto_add_default_portal': True,
}
def usage():