aeolusproject / conductor

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

Openstack -> OpenStack string cleanup #350

Closed n1zyy closed 11 years ago

n1zyy commented 11 years ago

We improperly capitalized 'Openstack' in a few places.

Closes https://github.com/aeolusproject/conductor/issues/333

(Nevermind that I pushed this feature branch to the aeolusproject repo by mistake -- when you merge it, it will ask if you want to delete the branch I pushed, which you can go ahead and do.)

n1zyy commented 11 years ago

Actually, this should not be merged until https://github.com/aeolusproject/conductor/pull/352 is taken care of. Otherwise, if someone added 'Openstack', checking for 'OpenStack' will not find it, causing the OpenStack provider to disappear.

jprovaznik commented 11 years ago

Works fine. Tests actually pass. Merging.