Browse code

Change the default mac range to not 0

This fixes some of the confusion caused by
Bug 947382

zoinks! set the U/L bit

Change-Id: I3a610e3aa3904fdb82ad314c3fd1d06c6017f46c

Aaron Lee authored on 2012/03/09 02:57:30
Showing 2 changed files
... ...
@@ -1,3 +1,4 @@
1
+Aaron Lee <aaron.lee@rackspace.com>
1 2
 Adam Gandelman <adamg@canonical.com>
2 3
 Andy Smith <github@anarkystic.com>
3 4
 Anthony Young <sleepsonthefloor@gmail.com>
... ...
@@ -179,7 +179,7 @@ M_PORT=${M_PORT:-9898}
179 179
 # Default Melange Host
180 180
 M_HOST=${M_HOST:-localhost}
181 181
 # 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}
183 183
 
184 184
 # Specify which services to launch.  These generally correspond to screen tabs
185 185
 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}