Skip to content
Snippets Groups Projects
  1. Jul 18, 2017
  2. Jul 17, 2017
  3. Jul 14, 2017
  4. Jul 13, 2017
  5. Jul 12, 2017
  6. Jul 11, 2017
  7. Jul 10, 2017
    • Bertrand Lallau's avatar
      Fix designate-api listen interface · f8bbba55
      Bertrand Lallau authored
      designate-api service is launched using dns_interface instead of api_interface.
      Haproxy is using the good interface (api_interface), hence designate_api
      can't be accessed.
      
      Change-Id: I24e356c167c931a6b69a283efba12117fcff936a
      Closes-Bug: #1703425
      f8bbba55
    • Bertrand Lallau's avatar
      Searchlight: activate Ironic resources · efc50df5
      Bertrand Lallau authored
      Ironic resources can be indexed by Searchlight.
      This patch enable it.
      
      Change-Id: I003a10055629189791adbb522344e6c9cec597f3
      efc50df5
    • Bertrand Lallau's avatar
      Fix searchlight nova resources indexation · dbce666b
      Bertrand Lallau authored
      * nova_server resources resources are not actually
      indexed.
      
      * nova flavor are not indexed too, cause the notifications topic for
      flavors is versioned_notifications.
      We need to config notifications_topics_exchanges with value
      'versioned_notifications,nova' in order to get the related versioned.
      
      Change-Id: Ibf4ee7d7efceee5aefac5f83e22b994ae33ce047
      Closes-Bug: #1703435
      dbce666b
    • Bertrand Lallau's avatar
      Clean some Boolean condition checks · 8b5b3cef
      Bertrand Lallau authored
      * "bool" filter is removed when not required
      * 'not' is used instead of '== False' check
      
      Change-Id: I85a5bb9a5ea874ac1c397cbf8de416147d2424c3
      8b5b3cef
    • Noboru Iwamatsu's avatar
      delete delimiter from init fernet condition check · 2182e563
      Noboru Iwamatsu authored
      In ansible 2.3.1, conditional statement should not include jinja2
      templating delimiters (e.g. {{ ).  So, this change removes the
      delimiters from when statemant, and also removes unnesessary
      parentheses from until statement.
      
      Closes-Bug: 1702607
      
      Change-Id: I071ffd5ba6175ee1bc61719a84b805c022753459
      2182e563
    • jimmygc's avatar
      Make glance filesystem_store_datadir configurable. · f70dfc5d
      jimmygc authored
      User can use custom directory to store images.
      For example using a shared file system as backend.
      
      Change-Id: Iab7a9a51e619bdbf8f7bd4626ebe4d703e6d4819
      f70dfc5d
    • Yotaro Konishi's avatar
      Fix an invalid variable name · 7e2c3ec2
      Yotaro Konishi authored
      According to [1], Ansible variable names should not include hyphens.
      Kolla-Ansible fails with a wrong variable name 'barbican-api' when
      deploying Barbican.
      
      This patch fixes the issue that was recently introduced in [2].
      
      [1] http://docs.ansible.com/ansible/playbooks_variables.html#id15
      [2] 08ab3d8e
      
      Change-Id: Ib962e31ad93316e56130c9fc38dabfc918de17ce
      Closes-Bug: #1703287
      7e2c3ec2
    • jimmygc's avatar
      Add ceph rgw object store support into trove · 69d9343f
      jimmygc authored
      Ceph rgw can be used as object store instead of Swift.
      This patch enable trove to use ceph rgw as object store.
      
      Change-Id: I50b878078b7c62c1034a102d064dfa90a1357ee8
      69d9343f
  8. Jul 08, 2017
  9. Jul 07, 2017
    • Jeffrey Zhang's avatar
      Support cinder backend for glance · a6831e94
      Jeffrey Zhang authored
      Change-Id: I32de4c37f531a3d22bf80e1eca6635631e489842
      Closes-Bug: #1702842
      a6831e94
    • jimmygc's avatar
      Fix fwaas options · 865736c2
      jimmygc authored
      fwaas is in pending create state when I attach it to a router.
      This patch fix this.
      
      Change-Id: I18b56ed3698e22a02a8718b39360fde76c12428b
      Closes-Bug: #1689703
      865736c2
  10. Jul 06, 2017
  11. Jul 05, 2017
  12. Jul 04, 2017
  13. Jul 03, 2017
    • Eduardo Gonzalez's avatar
      Remove symlink in reconfigure tasks · 8d5526c0
      Eduardo Gonzalez authored
      Some roles have a symlink to deploy.yml file
      for reconfigure. This is causing some issues.
      "included task files must contain a list of tasks"
      
      Change-Id: Ie7ade52900a61bc1c5b867fa7a8f75fc541a6426
      Closes-Bug: #1694251
      8d5526c0
  14. Jun 30, 2017
  15. Jun 29, 2017
Loading