Fix delete_virtual_network function call 47/43147/1
authorzhongjun <zhong.jun@zte.com.cn>
Tue, 26 Sep 2017 08:18:05 +0000 (16:18 +0800)
committerzhongjun <zhong.jun@zte.com.cn>
Tue, 26 Sep 2017 08:18:05 +0000 (16:18 +0800)
commit02aed0b4851c54d1e5a6c62c7c7f6729ff95c720
treeb4bc5f98ecbd7e2130cb63762393ef5a29841920
parentc243ba39ed2b4ca2723e62d37d1476fbcb7759b7
Fix delete_virtual_network function call

create_daisy_server_network method in VirtualEnvironment class
calls self.delete_virtual_network, but it doesn't exist,
actually it should be delete_virtual_network function in module
libvirt_utils.py.

Change-Id: I381e916097744827a22d311b275611df38d8e1be
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
deploy/environment.py