Dean Troyer 029598ea74 Fix secgroups exercise on postgres
This should fix the failing (but non-voting) postgres gate tests.

Why does postgresql change the value '0.0.0.0/00' to '0.0.0.0/0'?
Clearly the correct value for the network CIDR bits is with only
one zero but even an incorrect value shouldn't be changing.

SQLalchemy is given this for the column:
        Column('cidr', String(length=255)),

Change-Id: Ib19dad23789654664e90518087e5a462fa8b8034
2013-01-17 12:15:12 -06:00
..
2012-12-19 11:15:46 -05:00
2012-09-12 14:45:48 -05:00
2012-12-05 17:55:08 -08:00
2012-06-27 22:25:22 -05:00