Skip to content
Snippets Groups Projects

get the uuid created for linuxsoft_systems

Merged Marta Vila Fernandes requested to merge rhncheck into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -152,8 +152,8 @@ login = os.getenv('RHNCHECK_RHN_USER')
password = os.getenv('RHNCHECK_RHN_PASSWORD')
rhn_systems = os.getenv('RHNCHECK_SYSTEMS')
offline_token = os.getenv('RHSM_OFFLINE_TOKEN')
activation_key = os.getenv('RHSM_ACTIVATION_KEY')
org = os.getenv('RHSM_ORG')
activation_key = os.getenv('RHN_ACTIVATION_KEY')
org = os.getenv('RHN_ORG')
if (
admin_email is None
or login is None
Loading