Do not halt RHEL unregistration during image builds
We want image builds to be unregistered so that they don't continue to consume a subscription after the build is completed. Change-Id: I2408de903bb305d2421456530e2d74360b5509ee
This commit is contained in:
parent
2f22b7654c
commit
6eec804580
@ -93,7 +93,6 @@ non-root user that was used to install the undercloud.
|
||||
# rhel-7-server-extras-rpms
|
||||
# rhel-7-server-openstack-6.0-rpms
|
||||
export REG_ACTIVATION_KEY="[activation key]"
|
||||
export REG_HALT_UNREGISTER=""
|
||||
::
|
||||
|
||||
instack-build-images
|
||||
|
@ -76,7 +76,6 @@ if [ "$NODE_DIST" = "rhel7" ]; then
|
||||
# SELinux permissive for RHEL without rhos-release
|
||||
export DIB_COMMON_ELEMENTS=selinux-permissive
|
||||
fi
|
||||
export REG_HALT_UNREGISTER=${REG_HALT_UNREGISTER:-1}
|
||||
export DELOREAN_REPO_URL=$DELOREAN_TRUNK_REPO
|
||||
elif [ "$NODE_DIST" = "centos7" ]; then
|
||||
export DELOREAN_REPO_URL=$DELOREAN_TRUNK_REPO
|
||||
|
Loading…
Reference in New Issue
Block a user