Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. Feb 26, 2018
  3. Feb 25, 2018
  4. Feb 24, 2018
  5. Feb 23, 2018
  6. Feb 22, 2018
  7. Feb 21, 2018
  8. Feb 20, 2018
  9. Feb 19, 2018
    • Doug Szumski's avatar
      Support configuring grafana local admin username · b8979c20
      Doug Szumski authored
      The grafana local admin username can be configured by overriding
      the admin user field in the grafana.ini file. However, this will
      fail when kolla-ansible attempts to configure any enabled
      datasources for grafana because the local admin password is
      hardcoded to 'admin'. This change allows the grafana local admin
      password to be configured via group vars so that the correct
      username is used when configuring datasources.
      
      Closes-Bug: #1750408
      Change-Id: I0962200894f7a0452da1c249a68f9230b6fab13f
      b8979c20
    • Vladislav Belogrudov's avatar
      Fix murano authentication configuration options · 78b89278
      Vladislav Belogrudov authored
      Murano failed to deploy due to outdated options - it tried to
      issue v2.0 Keystone requests instead of v3. With new options that
      are similar to other projects deployment succeeds.
      
      Change-Id: I1970641e47fa6f94c2c6427ef49b3160d64c33ed
      Closes-Bug: #1750373
      78b89278
    • Eduardo Gonzalez's avatar
      Use fernet in gates · df0bf190
      Eduardo Gonzalez authored
      we have gates currently broken due using rocky keystone code.
      we have no way to test our release until we branch out queens.
      this change doesnt change globals default, only our gates tests.
      
      Change-Id: I189aa8cafc73a365668d79e4b186aac21da63a6f
      df0bf190
  10. Feb 18, 2018
  11. Feb 15, 2018
  12. Feb 14, 2018
  13. Feb 13, 2018
  14. Feb 12, 2018
  15. Feb 11, 2018
  16. Feb 09, 2018
    • Vladislav Belogrudov's avatar
      Deploy of keystone fails if api_interface names differ · d79b2133
      Vladislav Belogrudov authored
      If control hosts have different names of interfaces one can set
      api_interface variables per host. Deployment of keystone fails
      because rpc_transport_url and notify_transport_url variables
      use bare api_interface instead of one from hostvars.
      
      Change-Id: I8bb4aa2953cf4ba63ef6815f2504d35e5aa0a07b
      Closes-Bug: #1748473
      d79b2133
Loading