[aeolus-incubator/tim] d993a3: Fixed passing provider param to imagefactory

mtaylor mtaylor at redhat.com
Tue Dec 18 11:47:33 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/aeolus-incubator/tim
  Commit: d993a3458565d7aca292fc8acad7328d84bbd615
      https://github.com/aeolus-incubator/tim/commit/d993a3458565d7aca292fc8acad7328d84bbd615
  Author: Jan Provaznik <jprovazn at redhat.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M app/models/tim/provider_image.rb

  Log Message:
  -----------
  Fixed passing provider param to imagefactory

If provider attribute contains hash, AR creates object from it and
provider param sent to provider then looks like this:
"provider":{"provider":{"glance-host":"localhost","glance-port":5000}}
instead of:
"provider":{"glance-host":"localhost","glance-port":5000}


  Commit: 9170a612695a04c4ed103f3ca9e2eb3bf4728b44
      https://github.com/aeolus-incubator/tim/commit/9170a612695a04c4ed103f3ca9e2eb3bf4728b44
  Author: mtaylor <mtaylor at redhat.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M app/models/tim/provider_image.rb

  Log Message:
  -----------
  Merge pull request #89 from jprovaznik/provider

Fixed passing provider param to imagefactory


Compare: https://github.com/aeolus-incubator/tim/compare/0dc497fa0494...9170a612695a


More information about the aeolus-devel mailing list