change license uploading to parse RHSM manifests

Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
Ryan Petrello
2020-10-21 17:23:24 -04:00
parent 4445d096f5
commit 927b055e65
14 changed files with 77 additions and 125 deletions

View File

@@ -6,7 +6,7 @@ __all__ = ['get_license']
def _get_validated_license_data():
from awx.main.utils.licensing import Licenser
return Licenser().validate(new_cert=False)
return Licenser().validate()
def get_license():