]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Wrong key router.interface reported by ceilometer
authorLi Ma <skywalker.nick@gmail.com>
Fri, 25 Apr 2014 07:24:57 +0000 (00:24 -0700)
committerLi Ma <skywalker.nick@gmail.com>
Sat, 26 Apr 2014 11:23:16 +0000 (04:23 -0700)
commit7811c8a8ffce78dc14815203858854c450f1c8f6
treec29d5290cd9b253c745ff5e0b0e1faeeec27c3ad
parent1f4df4e52848b76d8919c4856262d47c691f4cca
Wrong key router.interface reported by ceilometer

Ceilometer with MongoDB doesn't accept the key with dot.

The dot in 'router.interface' should be replaced with '_',
which is also the standard implementation of other keys in neutron.

Change-Id: If7fcf7658db9ee2d7d1248bb0b016b4389c32c77
Closes-Bug: #1310460
neutron/db/l3_db.py
neutron/tests/unit/test_l3_plugin.py