Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
    • Vladislav Belogrudov's avatar
      Add tool to merge passwords during release upgrade · 14f9246f
      Vladislav Belogrudov authored
      Typical usage:
         cp /etc/kolla/passwords.yml /etc/kolla/passwords.yml.old
         kolla-genpwd
         kolla-mergepwd --old /etc/kolla/passwords.yml.old \
                        --new /etc/kolla/passwords.yml     \
                        --final /etc/kolla/passwords.yml
      
      Change-Id: Ibbc598909e28e096145841aec929d0cfcf8f7cab
      Implements: blueprint kolla-merge-passwords
      14f9246f
  2. Nov 24, 2016
  3. Nov 23, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 20, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Nov 16, 2016
  10. Nov 15, 2016
    • Andreas Jaeger's avatar
      Set up .gitreview · 00c068a1
      Andreas Jaeger authored
      Fix .gitreview for new project name.
      
      Change-Id: I89e73f69d8e59ffd887d61f498c1e8e3338b0c73
      00c068a1
  11. Nov 11, 2016
    • Mauricio Lima's avatar
      Fix copying nfs_shares configuration · 7bb88390
      Mauricio Lima authored
      
      Using the `when` conditional on a `with_` loop gets evaluated on each
      loop iteration and will not skip a task entirely. Use the `skip`
      attribute to ignore errors in this scenario but only `skip` when
      `enable_cinder_backend_nfs` is not enabled. If it is enabled the
      `nfs_shares` file should be required and this task should fail if it
      does not exist.
      
      Co-authored-by: default avatarAndrew Widdersheim <amwiddersheim@gmail.com>
      Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
      Closes-Bug: #1641183
      7bb88390
Loading