diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-12 20:26:46 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-12 20:26:46 -0600 |
commit | 162badfc869d96efeae83c98aa92ed6038c3aec3 (patch) | |
tree | 7d746660a7d60e0e3e2f63eea69bff2721982ca3 | |
parent | 4572e82299198e30b3d8f6b35a9a73b3f3dfd86f (diff) |
moving the eth2.721
Change-Id: I6cae8d57f04e94b26dc3bf8eaf431cddb3086a8f
-rwxr-xr-x | ci/02-maasdeploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 3284c3ba..da0e8835 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -166,8 +166,8 @@ case "$1" in crvlanupdsubnet vlan724 2 "PublicNetwork" 724 3 || true crnodevlanint $vlan721 || true crnodevlanint $vlan724 || true - enableautomodebyname eth1.721 AUTO "10.4.9.0/24" compute || true - enableautomodebyname eth1.721 AUTO "10.4.9.0/24" control || true + enableautomodebyname eth2.721 AUTO "10.4.9.0/24" compute || true + enableautomodebyname eth2.721 AUTO "10.4.9.0/24" control || true ;; 'intelpod6' ) maas refresh |