shade/releasenotes/notes/fix-config-drive-a148b7589f7e1022.yaml
Monty Taylor 16cd2cc88b
Fix config_drive, scheduler_hints and key_name in create_server
We don't want to pass these if they're None. Turns out - we don't want
to pass them if they're False either.

Change-Id: I421b4e537892deead1866ddc979565e86fbcb211
2017-06-21 04:22:54 +01:00

7 lines
250 B
YAML

---
issues:
- Fixed an issue where nodepool could cause config_drive
to be passed explicitly as None, which was getting directly
passed through to the JSON. Also fix the same logic for key_name
and scheduler_hints while we're in there.