reviewable/pr18780/r1
Edgars M 12 years ago
parent 3c6d5f95f8
commit e537232c63

@ -181,7 +181,7 @@ class Rhn(RegistrationBase):
Returns: str
'''
url = urlparse.urlparse(self.config['serverURL'])
return url.netloc.replace('xmlrpc.','')
return url[1].replace('xmlrpc.','')
@property
def systemid(self):

Loading…
Cancel
Save