Skip to content
Snippets Groups Projects
  1. May 18, 2018
  2. May 02, 2018
  3. Apr 18, 2018
    • Kevin TIBI's avatar
      Fix SSL api for multiple services · a81a5d5d
      Kevin TIBI authored
      If SSL is enabled, api of multiple services returns
      wrong external URL without https prefix.
      
      Removal of condition for deletion of http  header.
      
      Change-Id: I4264e04d0d6b9a3e11ef7dd7add6c5e166cf9fb4
      Closes-Bug: #1749155
      Closes-Bug: #1717491
      a81a5d5d
  4. Apr 16, 2018
  5. Apr 08, 2018
    • ZhongShengping's avatar
      Deprecate os_region_name option · a13b478a
      ZhongShengping authored
      Option "os_region_name" from group "placement" is deprecated. Use
      option "region_name" from group "placement".
      
      Change-Id: I4a07a47adaa7b15a3e081bb2869218adc427111e
      Closes-Bug: #1762106
      a13b478a
  6. Mar 20, 2018
    • Jianghua Wang's avatar
      XenAPI: use dom0's hostname for nova-compute · 3b89a7d4
      Jianghua Wang authored
      When the virt dirver is xenapi, we should explicitly specify host
      with dom0's hostname for nova-compute. The host field should be same
      as neutron-openvswitch-agent-xenapi.
      
      In order to use dom0's hostname, we need pull the bootstrap_xenapi
      to before running nova config tasks. The dom0's hostname will be
      included in the XenAPI facts.
      
      Change-Id: Ibfc964bbd6c569062ad33c1399f9a4612baf5b92
      blueprint: xenserver-support
      3b89a7d4
  7. Mar 14, 2018
  8. Jan 29, 2018
  9. Jan 03, 2018
  10. Dec 18, 2017
    • Marcin Juszkiewicz's avatar
      nova: add an option for no console · f5fcc868
      Marcin Juszkiewicz authored
      On AArch64 we run VMs without any graphics so nova console is not
      available. For now we had to disable it by hand but it can be automated.
      
      Change-Id: Ib903044493ca98c0dd29d3096f66272e130668b0
      f5fcc868
  11. Dec 13, 2017
  12. Dec 05, 2017
  13. Nov 22, 2017
    • Andrew Smith's avatar
      Add support for hybrid messaging backends · fd1d3af0
      Andrew Smith authored
      This commit separates the messaging rpc and notify transports in order
      to support separate and different oslo.messaging backends
      
      This patch:
      * add rpc and notify variables
      * update service role conf templates
      * add example to globals.yaml
      * add release note
      
      Implements: blueprint hybrid-messaging
      Change-Id: I34691c2895c8563f1f322f0850ecff98d11b5185
      fd1d3af0
  14. Oct 05, 2017
  15. Sep 25, 2017
  16. Sep 23, 2017
    • Eduardo Gonzalez's avatar
      Fix ci gate failure · fa06dcd3
      Eduardo Gonzalez authored
      
      This patch includes three unrelated fixes.
      
      Make qemu use nova user in centos
      Libvirt 3.2.0 (latest version in centos) seems to
      have changed behavior of dynamic_ownership.
      
      Pin ansible to <2.4 to make ara work in gates
      ARA does not work yet with ansible 2.4, this change
      pins to lower version to make gates work.
      Revert once ara works with 2.4
      
      Disable selinux for oraclelinux and centos.
      
      Co-Authored-By: default avatarwanghongxu <wang19930902@gmail.com>
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      Change-Id: Iac8bec19437192cd198d58f71c6ed0a65a76f820
      Closes-bug: #1718541
      fa06dcd3
  17. Aug 28, 2017
  18. Aug 10, 2017
    • James McCarthy's avatar
      Update default settings in libvirtd.conf jinja template · 24427735
      James McCarthy authored
      Existing defaults are setup for tcp, and set ca_file to an empty string.
      'If you set this to an empty string, then no trusted CA certificate is loaded.'
      
      libvirt may complain 'unsupported configuration: No server certificate path
      set to match server key', as such tls should also be explicitly set to 0.
      
      Change-Id: I49c64808cb236dab1d9fa2e699d0a2f2fc54cc99
      24427735
  19. Aug 04, 2017
  20. Jul 26, 2017
    • Yotaro Konishi's avatar
      Fix configuration for nova_compute_ironic · c1ed80fe
      Yotaro Konishi authored
      Currently nova.conf.j2 generates two compute_driver options for
      nova_compute_ironic container like this:
      
      compute_driver = ironic.IronicDriver
      compute_driver = libvirt.LibvirtDriver
      
      nova_compute_ironic container fails to start because the latter value
      overrides the former one.
      
      This patch fixes the issue recently introduced in [1].
      
      [1] 63314ad6
      
      Change-Id: Ibb661a5a594120be4195d331c38883c3b2886361
      Closes-Bug: #1706534
      c1ed80fe
  21. Jul 19, 2017
  22. Jul 18, 2017
  23. Jul 12, 2017
  24. Jul 06, 2017
  25. Jun 30, 2017
    • Mark Goddard's avatar
      Reinstate [DEFAULT] firewall_driver option · 82788a68
      Mark Goddard authored
      RDO packages a distribution configuration file
      /usr/share/nova/nova-dist.conf which contains the following setting:
      
      firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
      
      This causes the nova-compute-ironic service to fail to start as the
      nova ironic virt driver attempts and fails to create a firewall driver
      using this class.
      
      This change reinstates the explicit setting of the [DEFAULT]
      firewall_driver option to the noop driver which resolves this issue.
      This comes at the cost of a WARN log message due to the option being
      deprecated (see
      https://github.com/openstack/kolla-ansible/commit/6d831db687a35a48a41ee581b979fb43350e0c72).
      
      Change-Id: I41bd9d0671118ff256e7ada766e8653bb4b2b376
      Closes-Bug: #1701564
      82788a68
  26. Jun 08, 2017
  27. Jun 02, 2017
  28. May 26, 2017
  29. May 23, 2017
  30. May 13, 2017
  31. Apr 21, 2017
    • shaofeng_cheng's avatar
      Add the ceph keyring files related task condition · 12621ef8
      shaofeng_cheng authored
      If used external ceph for nova,the ceph storage not enable cephx.
      So ceph keyring file not does not exist.
      Task throw error of check ceph keyring files.
      
      Change-Id: I6257c107b94abf4d363e854229aaab8301d1d694
      Closes-Bug: #1684522
      12621ef8
  32. Apr 12, 2017
  33. Mar 31, 2017
  34. Mar 30, 2017
    • shaofeng_cheng's avatar
      Fix cinder config group in nova.conf · 9ded0dba
      shaofeng_cheng authored
      If disable cinder in openstack environment.
      Cinder of configuration items do not need to configure in nova.conf
      
      Change-Id: Ie346dfe45f8c2d3fd383095d0c64f8e9421100ff
      9ded0dba
  35. Mar 22, 2017
  36. Mar 12, 2017
  37. Mar 10, 2017
Loading