diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-14 15:27:48 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-14 15:27:48 +0000 |
commit | f9ba863198c97d8f9a6d27c8f44571a6a4c8d766 (patch) | |
tree | 61f981ac031009f86e669a847bc140dd4ad78119 /releasenotes | |
parent | 65f1516697d1ab5ba42e427f142e637b91da4910 (diff) | |
parent | c4fd8286761a976ff22e331b7edfb742c7fc425a (diff) |
Merge "Allow for update after RHEL registration"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/update-on-rhel-registration-afbef3ead983b08f.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/update-on-rhel-registration-afbef3ead983b08f.yaml b/releasenotes/notes/update-on-rhel-registration-afbef3ead983b08f.yaml new file mode 100644 index 00000000..ad1f39c4 --- /dev/null +++ b/releasenotes/notes/update-on-rhel-registration-afbef3ead983b08f.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Adds a new boolean parameter for RHEL Registration called + 'UpdateOnRHELRegistration' that when enabled will trigger a yum update + on the node after the registration process completes. |