diff options
Diffstat (limited to 'ci/maas/att')
-rw-r--r-- | ci/maas/att/virpod1/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/maas/att/virpod1/deployment.yaml b/ci/maas/att/virpod1/deployment.yaml index 9a36dc8c..effeab2b 100644 --- a/ci/maas/att/virpod1/deployment.yaml +++ b/ci/maas/att/virpod1/deployment.yaml @@ -103,7 +103,7 @@ demo-maas: - "<controller1-mac>" power: type: ether_wake - address: <controller1-mac> + mac_address: <controller1-mac> - name: compute1 tags: compute @@ -112,7 +112,7 @@ demo-maas: - "<compute1-mac>" power: type: ether_wake - address: <compute1-mac> + mac_address: <compute1-mac> # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine |