aeolusproject / conductor

Aeolus Conductor
http://www.aeolusproject.org/
Apache License 2.0
32 stars 27 forks source link

Glance URL should not be required for OpenStack providers #405

Open n1zyy opened 11 years ago

n1zyy commented 11 years ago

We presently mark Glance URL as a required field when adding an OpenStack provider.

However, the field is not actually required -- indeed, some providers don't support it. So really, we need to do two things:

  1. Remove the validation that requires this field.
  2. Ensure that our build code is capable of handling a situation in which this field is blank.