eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

repos validator needs to handle missing urls #88

Open nephomaniac opened 8 years ago

nephomaniac commented 8 years ago

It seems that if any of the following Env attributes are not defined, than the value 'None' is appended to a list of URLs to test. ['default-img-url', 'euca2ools-repo', 'eucalyptus-repo', 'init-script-url', 'post-script-url']

This causes an exception during Request(url) which causes the validation to halt. Suggesting the following: