]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make 4th octet of mac_range configurable.
authorNachi Ueno <nachi@nttmcl.com>
Fri, 3 Aug 2012 01:37:34 +0000 (01:37 +0000)
committerNachi Ueno <nachi@nttmcl.com>
Sun, 5 Aug 2012 14:06:59 +0000 (14:06 +0000)
commit36f1f15cfbd93ca528f6c006c5b035f79126339c
tree8f8a22f50203d26535604f6a7bd7fdb3876992bf
parent2e07bdc8532243b5270f85afe65004bfae23022c
Make 4th octet of mac_range configurable.

Fix bug 1022739.
To get OUI per cluster is not realistic. So This commit
make 4th octet of mac_range configurable. By this commit,
the cloud provider can allocate OUI (3 octets)  + 1 extra octet
range (4 octets) for each cluster.

Change-Id: Ibbd27e6e7f16d73dfd3045ed60f63a38b23ea1ed
etc/quantum.conf
quantum/db/db_base_plugin_v2.py
quantum/tests/unit/test_db_plugin.py