removing enabled_network_list as an argument to network env 91/18991/3
authorDan Radez <dradez@redhat.com>
Thu, 18 Aug 2016 21:03:02 +0000 (17:03 -0400)
committerDan Radez <dradez@redhat.com>
Mon, 22 Aug 2016 15:19:54 +0000 (11:19 -0400)
commitb55e605853d91e6c7078101238dd52c3904e83eb
tree09c4c49c08b2557aabcb889fa0b43b8235771eeb
parent7de33840b2cb0d9ccf29b28fa477f5bb57b2508c
removing enabled_network_list as an argument to network env

NetworkSettings Object is being rendered and passed to net env object
already. We can get the enabled network list from the network settings object
instead of passing it in as an arg. Basically just removing duplicate
arguments to the network env object.

Change-Id: I828c60878a0432cae2b37c08ae1896dce49071d0
Signed-off-by: Dan Radez <dradez@redhat.com>
lib/python/apex_python_utils.py
lib/undercloud-functions.sh
tests/test_apex_python_utils_py.py