Empty string doesn't set fields when using ini-config:localrc_set
Bug #1687063 reported by
Michael Turek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
devstack |
Triaged
|
Low
|
Unassigned |
Bug Description
This could be intended behavior but I figured I'd still open the bug.
If an empty string is passed as the value of a field, it does not indicate such in the local.conf
For example:
localrc_set /home/stack/
cat /home/stack/
The value isn't there. A workaround is to use ' ' as the argument. Let me know if you'd like more info.
To post a comment you must log in.
It looks to me as if this is working as designed, please explain your use case in more detail if you think otherwise.