Fixed Issue #3193
This commit is contained in:
parent
3c6d5f95f8
commit
e537232c63
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class Rhn(RegistrationBase):
|
||||||
Returns: str
|
Returns: str
|
||||||
'''
|
'''
|
||||||
url = urlparse.urlparse(self.config['serverURL'])
|
url = urlparse.urlparse(self.config['serverURL'])
|
||||||
return url.netloc.replace('xmlrpc.','')
|
return url[1].replace('xmlrpc.','')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def systemid(self):
|
def systemid(self):
|
||||||
|
|
Loading…
Reference in a new issue