aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-11 22:45:50 +0000
committerGerrit Code Review <review@openstack.org>2017-04-11 22:45:50 +0000
commitfbc6212d97c57792978179d2a5936345e165fc41 (patch)
treeea3160cb9d4261f536401849b0318fa9ae0b3fb4 /extraconfig
parentbe70e18a27beaa14009ae48bd5474daff82ab077 (diff)
parentd76ef528137aa55b96c4e2914c0c0284d979dac0 (diff)
Merge "Use --disable= in subscription-manager to avoid shell expansion." into stable/ocata
Diffstat (limited to 'extraconfig')
-rw-r--r--extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
index bff8b23b..0d0fa3f1 100644
--- a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
+++ b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration
@@ -227,7 +227,7 @@ case "${REG_METHOD:-}" in
if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then
retry subscription-manager attach $attach_opts
fi
- retry subscription-manager repos --disable '*'
+ retry subscription-manager repos --disable='*'
retry subscription-manager $repos
;;
satellite)