diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-30 11:26:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-30 11:26:12 +0000 |
commit | c060af6901d8384d11afddb5cb3d74f42076cb84 (patch) | |
tree | 089e7eb3cdb77d9f30b7fdff5e7a22e24ea55f2e /extraconfig/pre_deploy | |
parent | 0c7cbcffef34535c6830aacbdabadc69bb7802df (diff) | |
parent | 2b06ed8adce2bcc18480b71c0f20a0ec2d21de19 (diff) |
Merge "Disable all repos during rhel registration"
Diffstat (limited to 'extraconfig/pre_deploy')
-rw-r--r-- | extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration index 1c9acd2b..71ab0767 100644 --- a/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration +++ b/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration @@ -116,6 +116,7 @@ case "${REG_METHOD:-}" in if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then subscription-manager attach $attach_opts fi + subscription-manager repos --disable '*' subscription-manager $repos ;; satellite) |