aeolusproject / conductor

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

Fixes glance_url to use a string, not a text field #356

Closed n1zyy closed 11 years ago

n1zyy commented 11 years ago

This updates db/seeds.rb only, without a migration. But since we're updating before the release, there should be need for one.

It turns out that :type => 'text' gives you a textarea...

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