dhcp: set name correctly on new openqa worker
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
aa19191c5a
commit
56c3fb7618
1 changed files with 2 additions and 2 deletions
|
@ -1768,10 +1768,10 @@ host bvmhost-a64-15 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-16-mgmt {
|
||||
host openqa-a64-worker04-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:73:d8;
|
||||
fixed-address 10.3.160.84;
|
||||
option host-name "bvmhost-a64-16-mgmt";
|
||||
option host-name "openqa-a64-worker04-mgmt";
|
||||
}
|
||||
|
||||
host openqa-a64-worker04 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue