Skip to content

Commit 0aae5d2

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Change the default mac range to not 0"
2 parents f056b7d + 690e1e3 commit 0aae5d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Aaron Lee <aaron.lee@rackspace.com>
12
Adam Gandelman <adamg@canonical.com>
23
Andy Smith <github@anarkystic.com>
34
Anthony Young <sleepsonthefloor@gmail.com>

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ M_PORT=${M_PORT:-9898}
179179
# Default Melange Host
180180
M_HOST=${M_HOST:-localhost}
181181
# Melange MAC Address Range
182-
M_MAC_RANGE=${M_MAC_RANGE:-404040/24}
182+
M_MAC_RANGE=${M_MAC_RANGE:-FE-EE-DD-00-00-00/24}
183183

184184
# Specify which services to launch. These generally correspond to screen tabs
185185
ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit}

0 commit comments

Comments
 (0)