python-manilaclient/releasenotes/notes/bug_1606168_fix-54d3c3bb78389f01.yaml
Marc Koderer f387243e36 Add validation for token and bypass_url
Specifying only token or only bypass_url leads to a client error.
Better to have a corresponding sanity check on shell level to
include the needed parameters/env variables.

Change-Id: I55dac599d4dadc273eacab14746bf449d3495f2b
Closes-bug: #1604820
2016-08-12 15:48:47 +02:00

4 lines
63 B
YAML

---
fixes:
- Fix error handling for os-token and bypass-url.