Sync charm-helpers for openstack-origin-git defaults.
Change-Id: I3c8dac6e82ddced3c137b00b14d0385a6070747f
This commit is contained in:
		@@ -1006,4 +1006,4 @@ def network_get_primary_address(binding):
 | 
			
		||||
    :raise: NotImplementedError if run on Juju < 2.0
 | 
			
		||||
    '''
 | 
			
		||||
    cmd = ['network-get', '--primary-address', binding]
 | 
			
		||||
    return subprocess.check_output(cmd).strip()
 | 
			
		||||
    return subprocess.check_output(cmd).decode('UTF-8').strip()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user