rhn_register fixes for username and password when unregistering

- Require username and password for unregistering and avoid "cannot marshal None unless allow_none is enabled" error when using an activation key and no channels specified.
- Update test fixtures and add changelog


Co-authored-by: WhyIsThisOpen <WhyIsThisOpen@users.noreply.github.com>
This commit is contained in:
WhyIsThisOpen
2018-12-12 10:32:48 -06:00
committed by Sam Doran
parent d8a690952e
commit 7bdca72713
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- rhn_register - require username/password when unregistering and provide useful error message (https://github.com/ansible/ansible/issues/22300)