Skip to content
Snippets Groups Projects
  1. Jul 14, 2016
  2. Jun 28, 2016
  3. Jun 27, 2016
  4. Jun 26, 2016
    • Dave Walker (Daviey)'s avatar
      glance-*, fix rabbit config with ceilometer · 2a2a86ac
      Dave Walker (Daviey) authored
      
      Currently, if ceilometer is enabled with glance then the
      rabbitmq is non-functional, causing various glance failures
      including image upload.
      
      This is caused because:
      The generated config fails to have a carriage return at the
      end of the rabbit_host line, causing the following line to
      be added to this entry.
      
      rabbit_host is used rather than rabbit_hosts, where the
      fromer expects a string, rather than the list that is
      provided.
      
      This also adds rabbit HA support, to be in-line with the
      other services using rabbitmq.
      
      This is resolved, by pushing the rabbit_hosts entry to be
      last, meaning that a carriage return is not required.
      
      Change-Id: I89f26d542565b98025fd9b84fc4beb5cbed364e5
      Closes-Bug: 1596244
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      2a2a86ac
  5. Jun 24, 2016
  6. Jun 23, 2016
  7. Jun 22, 2016
  8. Jun 21, 2016
    • Joshua Harlow's avatar
      Stop using a global logger for all the things · 929d84b1
      Joshua Harlow authored
      Instead of using the same logger for all the things
      which makes it incredibly hard to figure out what the images
      and there builds are doing; instead have it so that each
      image gets its own logger which is then used by tasks that
      process that image.
      
      Each images logs now will (optionally) go to a logs directory
      that can be more easily read and looked over and leaves
      the main logger for informational/task kind of
      output only.
      
      Closes-Bug: #1586478
      
      Change-Id: I939e073a2bc5ed8b5a1e969888fc743d80f468c9
      929d84b1
    • OpenStack Proposal Bot's avatar
      Updated from global requirements · ed02ccce
      OpenStack Proposal Bot authored
      Change-Id: I4c265fc0b7f5b4767d36f33dbd4f5903e09b00e5
      ed02ccce
Loading