Sandro Bonazzola has submitted this change and it was merged.
Change subject: Allow editing the VM mac address
......................................................................
Allow editing the VM mac address
In order to give the user control of IP address assignment in DHCP
environments it is important to allow the MAC address to be specified
explicitly. Make MAC address a customizable parameter while still
suggesting a default value for users who may not care.
Change-Id: Ie75af322fc403809e0b044eb13561e6d16e1c4d4
Signed-off-by: Adam Litke <alitke(a)redhat.com>
Bug-url:
https://bugzilla.redhat.com/show_bug.cgi?id=1034706
---
M src/ovirt_hosted_engine_setup/constants.py
M src/ovirt_hosted_engine_setup/util.py
M src/plugins/ovirt-hosted-engine-setup/vm/Makefile.am
M src/plugins/ovirt-hosted-engine-setup/vm/__init__.py
M src/plugins/ovirt-hosted-engine-setup/vm/configurevm.py
A src/plugins/ovirt-hosted-engine-setup/vm/mac.py
6 files changed, 131 insertions(+), 4 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22125
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie75af322fc403809e0b044eb13561e6d16e1c4d4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.0
Gerrit-Owner: Adam Litke <alitke(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server