romana / core

Romana core components - Micro services written in Go.
Apache License 2.0
47 stars 11 forks source link

Seq should not be overwritten. Removed unused Tenant field. #20

Closed cgilmour closed 8 years ago

cgilmour commented 8 years ago

Tenant is returning not-useful data to IPAM when querying /tenants/X/segments. IPAM then uses this data in its IP allocation, generating an unsegmented address. This fixes the tenant side of things. IPAM could be updated to be more intelligent.

cgilmour commented 8 years ago

Can't assign to two people? :-)

cgilmour commented 8 years ago

Happy to merge this to master?