Skip to content
Snippets Groups Projects
  1. Jan 17, 2018
  2. Dec 05, 2017
  3. Dec 04, 2017
  4. Dec 01, 2017
    • caoyuan's avatar
      Fix deploy ceph failed when contoller hava no cluster_interface · 2109e640
      caoyuan authored
      when ceph-mon and ceph-osd run on difference hosts
      such as ceph-mon run on controller node, ceph-osd
      run on storage node, and controller node have no
      cluster_interface, when it happens, kolla-ansible
      will failed.
      
      Closes-Bug: #1735775 
      
      Change-Id: I8d6bc66d41c544ab9e7e1b126127e25c70a22933
      2109e640
    • Jeffrey Zhang's avatar
      Fix launch instance failed in trove · 0b931c93
      Jeffrey Zhang authored
      - remove useless *_url, which can be auto discovery
      - use internalURL instead of publicURL which make it works when
        using self-signed SSL certification.
      - configure network_driver to Neutron
      - add network_label_regex to match all network name
      
      Change-Id: I5654dbf391db7076c82aede5c2a4f8b7530b8381
      Closes-Bug: #1734039
      0b931c93
    • Zuul's avatar
      Merge "Add horizon domain dropdown" · 56e5d56a
      Zuul authored
      56e5d56a
    • chenxing's avatar
      Add content about cluster_network interface · 669b312e
      chenxing authored
      Change-Id: Ic2e0aee7f4834a400c31334c9ce3df32888cfca3
      Closes-Bug: #1582861
      669b312e
    • liujunpeng's avatar
      add domain_name for multi-regions · 445954db
      liujunpeng authored
      add domain_name for multi-regions. When deploying regiontwo,
      nova_compute simple_cell_setup will use domain_name.
      
      Change-Id: I2f4171e1469966140ccccb38540fa5c54258bdfb
      445954db
  5. Nov 30, 2017
  6. Nov 29, 2017
  7. Nov 28, 2017
  8. Nov 27, 2017
  9. Nov 24, 2017
  10. 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
Loading