Merge "Use same hostname function as nova"
This commit is contained in:
commit
4c8afcced7
@ -158,7 +158,7 @@ def parse_mappings(mapping_list, unique_values=True):
|
|||||||
|
|
||||||
|
|
||||||
def get_hostname():
|
def get_hostname():
|
||||||
return socket.getfqdn()
|
return socket.gethostname()
|
||||||
|
|
||||||
|
|
||||||
def compare_elements(a, b):
|
def compare_elements(a, b):
|
||||||
|
Loading…
Reference in New Issue
Block a user