Skip to content
Snippets Groups Projects
  1. Jul 18, 2017
  2. Jul 12, 2017
  3. Jul 06, 2017
  4. 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
  5. Jun 08, 2017
  6. Jun 02, 2017
  7. May 26, 2017
  8. May 23, 2017
  9. May 13, 2017
  10. 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
  11. Apr 12, 2017
  12. Mar 31, 2017
  13. 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
  14. Mar 22, 2017
  15. Mar 12, 2017
  16. Mar 10, 2017
  17. Mar 08, 2017
    • Jeffrey Zhang's avatar
      Enable run nova-compute-ironic with nova-compute on the same node · a2f2e322
      Jeffrey Zhang authored
      It is unnecessary and a waste to run nova-compute-ironic on a single
      node, change the host name field in nova-compute-ironic could ensure
      nova-compute and nova-compute-ironic run on the same node.
      
      Change-Id: If2acbf25caab0570da444472003599b9e0f2a1ff
      Closes-Bug: #1671103
      a2f2e322
    • Jeffrey Zhang's avatar
      Fix booting from volume failure · d06efcec
      Jeffrey Zhang authored
      Booting from volume require cinder's ceph client secret now. Move cinder
      before nova in site.yml, because nova depends on cinder ceph client key
      now.
      
      Change-Id: I01c9ed80843d98305b8963894c4917c21a35d3ac
      Closes-Bug: #1670676
      d06efcec
    • Michal (inc0) Jastrzebski's avatar
      Make qemu use nova user · b7f8abac
      Michal (inc0) Jastrzebski authored
      Libvirt 2.5 (latest version in cloud archive) seems to have changed
      behavior of dynamic_ownership.
      
      Change-Id: Icf9592c2f82f0f4a35074b9b13a51643a32631e9
      Closes-bug: #1668654
      b7f8abac
  18. Mar 07, 2017
  19. Feb 19, 2017
    • Jeffrey Zhang's avatar
      Do not failed when there is no nova-compute is running · af2acb25
      Jeffrey Zhang authored
      In ironic environment deployment, the compute nodes info will be empty
      until ironic node is created. There are also some case that user just
      want deploy without any nova-compute.
      
      Also enable auto discover hosts feature. This is useful for small
      environment.
      
      Closes-Bug: #1666031
      Change-Id: I6f3d1c3668452a404875aa5621ee99b2b41e28f0
      af2acb25
  20. Feb 18, 2017
  21. Feb 13, 2017
  22. Feb 12, 2017
    • Steven Dake's avatar
      Fixes problem with kolla-kubernetes 3.0.2 images · 6cb45072
      Steven Dake authored
      The kolla-kubernetes deliverable uses Newton images, however,
      the kolla-ansible 4.0.0 deliverable is targeted at Ocata.  In
      Ocata, nova requires the placement API implementation.  This
      change is transitory until genconfig is no longer required
      for kolla-kubernetes to operate.
      
      Change-Id: I1c192a01d91b4f507bafadb53b6abb1efdcdb46c
      Closes-Bug: #1663961
      6cb45072
  23. Feb 09, 2017
  24. Feb 03, 2017
  25. Feb 02, 2017
  26. Jan 12, 2017
  27. Jan 05, 2017
  28. Dec 02, 2016
  29. Dec 01, 2016
  30. Nov 21, 2016
  31. Nov 17, 2016
  32. Oct 19, 2016
    • ZhongShengping's avatar
      Fix api_paste_config option · e5a278a2
      ZhongShengping authored
      Option "api_paste_config" from group "DEFAULT" is deprecated
      in Nova.
      Use option "api_paste_config" from group "wsgi".
      
      Change-Id: I7727aa67da71fefe20b2aaefb1337dba4f9008b1
      Closes-Bug: #1632066
      e5a278a2
  33. Oct 17, 2016
Loading