Merge "Use same hostname function as nova"

This commit is contained in:
Jenkins 2013-09-14 19:53:19 +00:00 committed by Gerrit Code Review
commit db802972b8

View File

@ -158,7 +158,7 @@ def parse_mappings(mapping_list, unique_values=True):
def get_hostname():
return socket.getfqdn()
return socket.gethostname()
def compare_elements(a, b):