Update RHEL Registration

This patch updates the 00-rhel-registration script to not
not fail a stack when metadata isn't found.

Change-Id: Ie305fed79e4baadf1a03c4a3d06a23cf36e92f77
This commit is contained in:
Ryan Brady 2014-11-19 17:41:14 -05:00
parent 04e8ce0ece
commit 81b4c00fdc

View File

@ -115,5 +115,5 @@ case "${REG_METHOD:-}" in
;;
*)
echo "WARNING: only 'portal' and 'satellite' are valid values for REG_METHOD."
exit 1
exit 0
esac