Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. Jan 12, 2017
  3. Jan 05, 2017
  4. Dec 02, 2016
  5. Dec 01, 2016
  6. Nov 21, 2016
  7. Nov 17, 2016
  8. 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
  9. Oct 17, 2016
  10. Oct 15, 2016
    • Kevin Fox's avatar
      Cinder endpoint wrong fix · 38912d88
      Kevin Fox authored
      kolla genconfig is pointing at cinder v1, not v2. nova pointing
      at v1 is now broken. At least when cinder is backed by ceph and
      the release is >= mitaka.
      
      Closes-Bug: #1633758
      
      Change-Id: Idf4a26b37587f1dabe2de0c1ffbddb8c08ee3bdb
      38912d88
  11. Oct 13, 2016
  12. Oct 11, 2016
    • Paul Bourke's avatar
      Allow operators to change hw_disk_discard in Nova · 0e0fedb0
      Paul Bourke authored
      Some base image distros don't ship new enough versions of libvirt/qemu
      to support hw_disk_discard in Nova (libvirt (1, 0, 6) or later and qemu
      (1, 6, 0) or later).
      
      When deploying Nova with Ceph enabled this config item is automatically
      turned on, we should give operators a chance to disable it.
      
      Change-Id: I0b2615c64a9569c09567bf456815f93254d90ade
      Closes-Bug: #1632348
      0e0fedb0
  13. Oct 06, 2016
  14. Oct 03, 2016
    • Jeffrey Zhang's avatar
      Fix ironic failed · 903b0ff2
      Jeffrey Zhang authored
      * Mount system folder in ironic-conductor
      * Add package need in ironic-conductor
      * Fix the log path issue
      * Add ironic sudoer in ironic-base
      * Fix credential issue
      * Do not start nova-compute when enable ironic
      
      Closes-Bug: #1629334
      Change-Id: If9d478c6513de37465403d458a88cf0da7ebd8a6
      903b0ff2
  15. Sep 20, 2016
    • ZhongShengping's avatar
      Deprecate old auth parameters of ironic in nova.conf · 2042ad28
      ZhongShengping authored
      The auth parameters `admin_username`, `admin_password`,
      `admin_tenant_name` and `admin_url` of the [ironic] config
      option group are now deprecated and will be removed in a
      future release. Using these parameters will log a warning.
      Please use `username`, `password`, `project_name `and
      `auth_url` instead.
      
      Change-Id: I9e383788e35b83888b3b5cf927f67b0f3b4ef54b
      Closes-Bug: 1619266
      2042ad28
  16. Sep 12, 2016
  17. Sep 01, 2016
    • Narasimha SV's avatar
      Updating ironic configurations in nova.conf · 2bf3ce5d
      Narasimha SV authored
      Irnoic configurations in nova compute node have been changed with
      respect to the master code of ironic and nova. admin_url
      configuration is with v3 version but other details are with
      respect to v2.0 version of keystone authentication.
      Updated scheduler_host_manager, compute_driver and admin_url
      values in the nova.conf template to support ironic master
      branch code.
      
      Change-Id: I78bee3fdf082bcd526507b479be3afaee80ba899
      Closes-Bug: #1619211
      2bf3ce5d
  18. Aug 25, 2016
  19. Jul 27, 2016
    • Mathias Ewald's avatar
      External Ceph - Implementation Nova · ffafebf8
      Mathias Ewald authored
      Introduced nova backend selection flag for Ceph and priority if
      multiple backends are configured
      
      Add mechanism to deploy arbitrary ceph.conf and keyring files into
      nova-compute and nova-libvirt containers
      
      Added documentation
      
      Change-Id: Id010ca9cc2d914e5358ef79edeb600a28220dd4b
      Implements: blueprint external-ceph
      ffafebf8
    • Jeffrey Zhang's avatar
      Use a lower number of the workers · 3c3b0288
      Jeffrey Zhang authored
      Use a lower number of workers rather than the default value, which is
      equal to the number of the cpu. Otherwise, in a multi cpu environment,
      the number of the processes will very high.
      
      In this PS, we use min(5, << number of cpu >>) as the default worker
      count.
      
      Closes-Bug: #1582254
      Change-Id: I1c32cf0db794b43b8fb8be18f39190422ca5846f
      3c3b0288
  20. Jul 22, 2016
    • Dave Walker (Daviey)'s avatar
      Add Watcher ansible roles and templates · c3a6aa68
      Dave Walker (Daviey) authored
      
      Previous work on Watcher added the Docker images, this
      change adds the ansible configuration.
      
      There is support for HA, via haproxy to balance across the
      Watcher API hosts.
      
      There is also a hook into nova.conf to conditionally add
      Nova compute Host metrics via Ceilometer if Watcher is enabled.
      
      This defaults to enabled false.
      
      Change-Id: I8763528bb6ff12943b810212c71396d2d7cf6836
      Partial-bug: #1598929
      Partially-implements: bp watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      c3a6aa68
  21. Jul 18, 2016
    • ZhongShengping's avatar
      Remove notification_driver option · 823ab3f7
      ZhongShengping authored
      The Ceilometer integration for Nova uses notification_driver
      parameter at the moment.
      According to the logs this is deprecated:
      Option "notification_driver" from group "DEFAULT" is deprecated.
      Use option "driver" from group "oslo_messaging_notifications".
      
      Change-Id: Ifb60a7a5945838bb8d12092d811956f84775df27
      Closes-Bug: 1602667
      823ab3f7
  22. Jul 12, 2016
  23. Jun 25, 2016
  24. Jun 17, 2016
  25. Jun 16, 2016
    • Christian Berendt's avatar
      Remove EC2 API related configurations and tasks · c073b2d8
      Christian Berendt authored
      The Nova EC2 API is disabled by default, the default value
      of the enabled_apis parameter in nova.conf is "osapi_compute, metadata"
      The EC2 API is marked as deprecated and will be removed from Nova in
      the future.
      
      Change-Id: I6b9d66017e066cde5749be45b367194d2192ead3
      Closes-bug: #1586605
      c073b2d8
  26. May 02, 2016
  27. Apr 21, 2016
  28. Apr 16, 2016
  29. Apr 14, 2016
  30. Apr 11, 2016
    • Ryan Hallisey's avatar
      Set db connection retry to infinity · 67333e4d
      Ryan Hallisey authored
      Make sure that all the sevices will attempt to
      connect to the database an infinite about of times.
      If the database ever disappears for some reason we
      want the services to try and reconnect more than just
      10 times.
      
      Closes-bug: #1505636
      Change-Id: I77abbf72ce5bfd68faa451bb9a72bd2544963f4b
      67333e4d
  31. Apr 08, 2016
    • Steven Dake's avatar
      Increase max pool size so conductor doesn't implode · 316eee36
      Steven Dake authored
      When horizon is used to launch 2000 VMs, nova-conductor is very
      busy making database connections.  All 55 database connections are
      in use, resulting in an inability to garbage collect database
      connections.  Instead raise the max pool to 50 which will allow
      50 concurrent database connections and the max overflow to 1000
      which permits the database connections to finish the job at
      large nodecount scales.
      
      Closes-Bug: #1565105
      
      Change-Id: I26dc2f7fda8760197888a1d61fbc45dfada2dd06
      316eee36
  32. Apr 06, 2016
    • Steven Dake's avatar
      Increase max scheduling attempts to 10 · 8cdd8c4e
      Steven Dake authored
      At high scale, such as 64 nodes with 13TB ram and 2600 cores, nova
      seems to struggle when scheduling 100+ VMs at the same time.  The
      issue is unrelated to the database, as the error printed indicates
      the max_scheduling_attempts have been reached.  Increase that value
      to something more fitting of a 100 node cluster.
      
      Change-Id: I8982d77c7c66db8f7c95b9fd73f58ceb66dbd723
      Closes-Bug: #1563664
      8cdd8c4e
  33. Apr 03, 2016
    • Jeffrey Zhang's avatar
      Implement nova-ssh container · 42420830
      Jeffrey Zhang authored
      Add a nova-ssh container to handle the `nova migrate` and
      `nova resize` case, in which the nova will use ssh to copy
      files between machines.
      
      Change-Id: Ie6675943f3aeabfbba8589d308d55b9c89d732db
      Closes-Bug: #1562141
      42420830
  34. Mar 22, 2016
  35. Mar 21, 2016
    • SamYaple's avatar
      Enabled spice · 7936b18a
      SamYaple authored
      spice used to default to enabled, it does not anymore
      
      Closes-Bug: #1560205
      Change-Id: I788f89587997f0d293ec57e0153592b0ed7b7aab
      7936b18a
  36. Mar 19, 2016
    • SamYaple's avatar
      Change deprecated options throughout Kolla · 56fd071b
      SamYaple authored
      These options have all be deprecated/removed. This switches all
      options to thier proper mitaka values.
      
      TrivialFix
      Change-Id: Ica8d5ea0d48da01ee11672a32890431acd6a306d
      56fd071b
    • SamYaple's avatar
      Add memcached_servers to keystone_auth section · d4535b6d
      SamYaple authored
      The in-process cache for keystone tokens has been deprecated due to
      "incosistent results and high memory usage" with the expectation we
      switch to memcached_servers if we want to stay performant.
      
      Add memcache_servers [cache] section to the appropriate servers as the
      [DEFAULT]\memcache_servers options was deprecated.
      
      TrivialFix
      Related-Id: Ied2b88c8cefe5655a88d0c2f334de04e588fa75a
      
      Change-Id: Ic971bdddc0be3338b15924f7cc0f97d4a3ad2440
      d4535b6d
    • SamYaple's avatar
      Fix linuxbridge driver · 45aafc72
      SamYaple authored
      We were specifying the wrong driver in our nova.conf
      
      Change-Id: I37a3d366f2895b9d1281815ef85209feaa37b92d
      Closes-Bug: #1559494
      45aafc72
Loading