Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
  2. Feb 24, 2018
  3. Feb 09, 2018
    • Alexandru Bogdan Pica's avatar
      Fix MySQL access denied error during upgrade · 9822bb53
      Alexandru Bogdan Pica authored
      This change makes it so that if preconfigured database users are used,
      the attempt to change the log_bin_trust_function_creators mysql
      variable isn't made anymore.
      
      Also updated the upgrade docs
      
      Change-Id: I356313952d435de6d3b5444c0dd8a71f45aee452
      Closes-Bug: 1748269
      9822bb53
  4. Feb 08, 2018
  5. Jan 31, 2018
  6. Jan 24, 2018
  7. Jan 23, 2018
  8. Jan 21, 2018
    • caoyuan's avatar
      Fix tox -e docs failed · b25e8c48
      caoyuan authored
      doc/source/user/quickstart.rst:194: D001 Line too long
      doc/source/user/quickstart.rst:337: D001 Line too long
      doc/source/user/quickstart.rst:339: D001 Line too long
      
      Change-Id: Ibbb3588bddf3bfe9d49c2b2b6909f80c36ec2aff
      b25e8c48
  9. Jan 19, 2018
    • caoyuan's avatar
      Fix the storage group missing for external ceph · 42d89e5c
      caoyuan authored
      Using external Ceph with Kolla means there is no storage node for
      kolla, but cinder-volume must be run on nodes(it can be controller
      nodes or compute nodes), and the external-ceph-guide miss storage node,
      this patch to fix it.
      
      Closes-Bug: #1740028
      Change-Id: I6cfb86c5c0d7b30291bd9f263fb030e4703d9602
      42d89e5c
    • caowei's avatar
      Add CephFS backend in Manila · 1961929d
      caowei authored
      Depends-On: I5bf14a668a9e8976a18aa28a5bbfe586690bbd31
      Implements: blueprint manila-cephfs-backend
      
      Change-Id: I483be398d929429e35e460b5a7660b82f409b587
      1961929d
  10. Jan 18, 2018
  11. Jan 17, 2018
  12. Dec 28, 2017
  13. Dec 27, 2017
    • caoyuan's avatar
      Fix the cinder backup action failed when use external ceph · a3a0e920
      caoyuan authored
      when cinder use external ceph, and edit the cinder-backup.conf follow
      the external-ceph-guide.rst, cinder will backup failed because the
      backup_ceph_user is not cinder-backup, the patch to fix it.
      
      Change-Id: Ie7213c1280b2b8fc0a4648d09d9ba132427952aa
      Closes-Bug: #1740222
      a3a0e920
  14. Dec 20, 2017
  15. Dec 06, 2017
  16. Dec 01, 2017
  17. Nov 23, 2017
    • Ravi Shekhar Jethani's avatar
      Don't change directory while running init-runonce · 9c66123c
      Ravi Shekhar Jethani authored
      Currently init-runonce script changes directory to the
      script's base directory (/usr/...) before doing anything else.
      This unnecessarily _forces_ a non-root user to use sudo for
      running this script thereby raising privileges for code which
      doesn't want it. Also downloading temporary stuff in places like
      /usr... seems not a good choice.
      
      Hence deleting the said code part and letting the deployer work
      comfortably from any directory.
      
      Made documentation changes accordingly.
      
      Change-Id: Ib3c7ed97aa5f53c115b6337aaf572b5fdc7a71f3
      Closes-Bug: #1732963
      9c66123c
    • Mark Goddard's avatar
      Support configuration of custom fluentd filters · f12e7244
      Mark Goddard authored
      In some scenarios it may be useful to apply custom filters to logs
      before forwarding them.  This may be useful to add additional tags to
      the messages or to modify the tags to conform to a log format that
      differs from the one defined by kolla-ansible.
      
      Configuration of custom fluentd filters is possible by placing filter
      configuration files in ``/etc/kolla/config/fluentd/filter/*.conf`` on
      the ansible control host.
      
      Change-Id: I29a20efb0df4bf3564ef009616c786e928aa26d9
      Implements: blueprint fluentd-custom-filters
      f12e7244
  18. Nov 22, 2017
  19. Nov 20, 2017
  20. Nov 10, 2017
    • Sean Mooney's avatar
      automate ovs datapath configuration · 7eb24fa3
      Sean Mooney authored
      - This change automates generation of
        the datapath_type paramater in the ml2_conf.ini
      - If enable_ovs_dpdk is no the datapath type
        will be system else it will be netdev which maintains
        the current default behaviour when dpdk is not enabled.
      
      Change-Id: Iedbf39c621f3c0237f9b9934492b12c600f2c4d3
      partial-implementes: bp/ovs-dpdk
      7eb24fa3
  21. Nov 09, 2017
  22. Nov 02, 2017
    • chenxing's avatar
      Add the full name of PBR in its first usage · 9ff89025
      chenxing authored
      This warning message mentions PBR, but this is the first
      instance of this acronym in the documentation. Use the full
      name can be made clear what PBR stands for in its first usage.
      
      Change-Id: I46c7db79eb330e7f58d71afd6c749dd27e2c0f80
      Closes-Bug: 1729476
      9ff89025
  23. Oct 31, 2017
  24. Oct 27, 2017
  25. Oct 18, 2017
    • caoyuan's avatar
      Update the manila shares link · c1f76ee0
      caoyuan authored
      Change-Id: I8c7580b36125caa15e74dd156b235b7d08071069
      c1f76ee0
    • chen's avatar
      Associate text to link · d3ba310a
      chen authored
      The text "Docker Hub Image Registry" is supposed to be assciated with
      the link defined at the end of quickstart.rst. This patch ensures that.
      
      Change-Id: I840413520473b1cc3eb7685254d8d133d4c8d497
      d3ba310a
  26. Oct 17, 2017
  27. Oct 16, 2017
  28. Oct 12, 2017
  29. Oct 10, 2017
  30. Oct 05, 2017
Loading