TritonDataCenter / sdc-imgapi

SDC internal API for managing OS images
Mozilla Public License 2.0
5 stars 18 forks source link

Logic to deal with caps in image names #2

Closed chorrell closed 9 years ago

chorrell commented 9 years ago

On newer images we switched to using proper caps for distro names in the /etc/product file (e.g., "CentOS" instead of "centos" for example). This change converts the image name to all lower case in oder to handle any differences in capitalization of image name from one release to the next.

trentm commented 9 years ago

LGTM

trentm commented 9 years ago

merged (after rebase) in commit f997274

Thanks!