Configuring temporary URLs is too explicit: the values can often be autodetected
Bug #1737714 reported by
Dmitry Tantsur
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Medium
|
Dmitry Tantsur |
Bug Description
Namely,
* swift_endpoint_url can and should be fetched from the service catalog,
* swift_account is often enough AUTH_ + project ID of the service project,
* swift_temp_url_key can be fetched from swift, using the service project.
What makes it worse is that these values are not validated as part of the regular node validation, so a user only learns they are required when a deployment fails.
We should provide reasonable defaults for these, and allow to override them for an advanced configuration.
To post a comment you must log in.
The fix is https:/ /review. openstack. org/#/c/ 526429/