`no_proxy` BayModel attr type
Bug #1533145 reported by
Jamie Hannaford
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Triaged
|
Wishlist
|
Madhuri Kumari |
Bug Description
Why is the `no_proxy` attr a comma-separated string?
It is defined here:
https:/
And here is an example:
https:/
Surely an array of strings would be a better and more appropriate JSON data structure?
Changed in magnum: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in magnum: | |
assignee: | nobody → Madhuri Kumari (madhuri-rai07) |
Changed in magnum: | |
importance: | Low → Wishlist |
To post a comment you must log in.
I think that the comma-separated string can be easier when dealing with the backend of magnum. So I don't suggest to change the type of "no_proxy".