Skip to content
Snippets Groups Projects
  1. Sep 22, 2016
  2. Sep 21, 2016
    • bjolo's avatar
      missing space breaks haproxy from starting · 419454c6
      bjolo authored
      TrivialFix
      
      Change-Id: I11efb23a51d424710cdb3bab520b572486b16be6
      419454c6
    • James McCarthy's avatar
      Remove ansible serial: option for haproxy and rabbitmq. · d5e5700f
      James McCarthy authored
      By having serial in site.yml for these roles will mean (particularly
      during an upgrade) that tasks can be executed out of the intended
      order across hosts, leading to unexpected results.
      
      Change-Id: I44f0c66c445d853a2e4af69119562f13b4424936
      Closes-Bug: #1626096
      d5e5700f
    • Vladislav Belogrudov's avatar
      Cinder cannot use external non-LVM iSCSI storage · b1f986c3
      Vladislav Belogrudov authored
      Currently Cinder enables iscsid service only when LVM is choosen as
      backend. This fix will allow to specify external iSCSI storage via
      configuration add-on and to run iscsid independently of LVM settings.
      
      Change-Id: Iaae0f8025534e5ab1c5f9d5e812a7d41129915ef
      Closes-Bug: 1614125
      b1f986c3
    • caoyuan's avatar
      Add "---" into some files of yaml · a071bce0
      caoyuan authored
      TrivialFix
      
      Change-Id: Id2cd736f136068514f26977b434b15a8b1ffc8be
      a071bce0
    • Paul Bourke's avatar
      Allow operators to provision multiple physical networks · d1673ad1
      Paul Bourke authored
      
      Currently Kolla operators are restricted to configuring one physical
      network (physnet1).
      
      This change along with ml2_conf.ini augmentation can be used to setup
      multiple physical networks in openvswitch.
      
      E.g. To configure two physical networks, physnet1 and physnet2, with
      ports eth1 and eth2 associated respectively:
      
      In /etc/kolla/globals.yml, set
      
      neutron_bridge_name: "br-ex,br-ex2"
      neutron_external_interface: "eth1,eth2"
      
      In /etc/kolla/config/neutron/ml2_conf.ini
      
      [ovs]
      bridge_mappings = physnet1:br-ex,physnet2:br-ex2
      
      Co-Authored-By: default avatarMick Thompson <michael.a.thompson@oracle.com>
      Closes-Bug: #1625700
      DocImpact
      
      Change-Id: I9454ca98d9b058368129123109ccc56f95519874
      d1673ad1
    • Eduardo Gonzalez's avatar
      Fix senlin api bind host · 9e324268
      Eduardo Gonzalez authored
      Change-Id: I4f24bcc69e02eaa961b5791b3986e969368c50a8
      Closes-Bug: #1625691
      9e324268
  3. Sep 20, 2016
  4. Sep 19, 2016
  5. Sep 18, 2016
  6. Sep 17, 2016
  7. Sep 16, 2016
  8. Sep 15, 2016
Loading