daily pastebin goal
30%
SHARE
TWEET

Untitled

a guest Apr 1st, 2015 195 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   File "/usr/share/openstack/cloudinstall/multi_install.py", line 373, in prompt_for_bridge
  2.     self.configure_nat(get_network('br0'))
  3.   File "/usr/share/openstack/cloudinstall/netutils.py", line 61, in get_network
  4.     info = _networkinfo(interface)
  5.   File "/usr/share/openstack/cloudinstall/netutils.py", line 32, in _networkinfo
  6.     out = check_output(ipcmds).decode('utf-8')
  7.   File "/usr/lib/python3.4/subprocess.py", line 616, in check_output
  8.     raise CalledProcessError(retcode, process.args, output=output)
  9. subprocess.CalledProcessError: Command '['ip', '-o', '-4', 'address', 'show', 'dev', 'br0']' returned non-zero exit status 1
RAW Paste Data
Top