Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Xing Zhang's avatar
      Improve admin-openrc · f8c3dccd
      Xing Zhang authored
      add clear old environment
      set openstack client to use internalURL
      set manila client to use internalURL
      
      Change-Id: I263fa11ff5439b28d63a6a9ce7ba460cb56fb8e2
      Unverified
      f8c3dccd
  2. Sep 03, 2019
  3. Sep 02, 2019
  4. Sep 01, 2019
  5. Aug 30, 2019
  6. Aug 29, 2019
  7. Aug 28, 2019
  8. Aug 27, 2019
  9. Aug 26, 2019
    • Joseph M's avatar
      [octavia] Add region-specific catalog lookups · 51033d9b
      Joseph M authored
      octavia.conf is missing configuration values required to do service
      catalog lookups in multiple region environments. Without them Octavia
      can try to contact a service in a different region than its own. Specify
      region_name and endpoint_type for the glance, neutron, and nova services
      to prevent this from happening.
      
      Change-Id: I753cf443c1506bbd7b69fc47e2e0a9b39857509c
      Closes-Bug: #1841479
      51033d9b
  10. Aug 23, 2019
  11. Aug 22, 2019
  12. Aug 21, 2019
    • Michal Nasiadka's avatar
      Add --force to ceph mgr dashboard enablement · 361f61d4
      Michal Nasiadka authored
      Sometimes mgr dashboard enablement fails with following message:
      "Error ENOENT: all mgr daemons do not support module 'dashboard',
      pass --force to force enablement"
      
      Change-Id: Ie7052dbdccb855e02da849dbc207b5d1778e2c82
      361f61d4
    • ljhuang's avatar
      Add meta for some roles · 74edd54b
      ljhuang authored
      The meta is missing, this PS to add it
      
      Change-Id: Ib7e39820a48659202ddd1c1f91b2e8c3f0529443
      74edd54b
  13. Aug 20, 2019
    • Zuul's avatar
    • Dincer Celik's avatar
      Fix import of horizon custom_local_settings on python3 · 120e8080
      Dincer Celik authored
      Change-Id: I71f3e8ab50426246b595755a8f3298ba7ca0a50d
      Closes-Bug: #1803029
      120e8080
    • Doug Szumski's avatar
      Fix HAProxy check for MariaDB · d34147b8
      Doug Szumski authored
      The MariaDB role HAProxy config section exposes MariaDB on the
      mariadb_port which may not always be the same as database_port. The
      HAProxy role checks that the database_port is free, and not the
      mariadb_port. This could mean that the check passes, but the actual
      port which HAProxy will attempt to use is taken.
      
      This change configures HAProxy to talk to the MariaDB instances on
      the mariadb_port, and maps them to the database_port which is used by
      most services as part of the DB connection string.
      
      There is a small risk that it may break someones override config.
      
      Change-Id: I9507ee709cb21eb743112107770ed3170c61ef74
      d34147b8
Loading