Actions
Bug #3481
closedDon't have to set a hostname for each interface, but it must be unique if it is set
Description
A machine can have additional interfaces, including BMC interfaces, and these may not necessarily have DNS entries.
Currently you can create interfaces with no Name field, but only one in the whole system because of the uniqueness constraint in Rails (not in the DB mind you).
I propose to weaken the constraint such that any number of interfaces can have blank Name field, but if set the field must be unique.
Updated by Aaron Stone about 11 years ago
Updated by Dominic Cleal about 11 years ago
- Category set to Network
- Status changed from New to Ready For Testing
- Target version set to 1.15.0
- Translation missing: en.field_release set to 2
Updated by Aaron Stone about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 18897b8cbc9e83bbd70cb515c1704ce149d574f3.
Updated by Dominic Cleal about 11 years ago
- Translation missing: en.field_release changed from 2 to 1
Sure, done!
Actions