Commit Graph

5 Commits

Author SHA1 Message Date
Hiroaki Kobayashi 483075691c Change filter name
This patch changes the filter name from ClimateFilter to BlazarFilter.

Change-Id: Idd50f1f139924bee88a770318f372daf26b975cc
Partial-Bug: #1663460
2017-02-22 21:02:19 +09:00
Pierre Riteau 0805b3507b Remove osapi_compute_extension configuration
The Nova config option osapi_compute_extension was deprecated in Mitaka.
Hence this option was completely removed in Newton, as v2 API was
removed and v2.1 API doesn't provide the option of configuring
extensions.

Change-Id: Ia6e5bc0e113b0b794975cde87e0fb49f141fd710
2017-01-24 10:11:21 +00:00
James Penick 44770ed8c0 Rename climatenova to blazarnova
blazarnova (was) an alias package to climatenova, swapping the two so that
climatenova is now the alias package

Change-Id: I25b5d194cdf125c2cc5d4e8c43ceb79e5a80908b
2014-07-02 21:20:37 +00:00
Dina Belova 7a6bca02c3 Reservation extensions to Nova API
* ReservationController: sends lease creation request to Climate
  if instance should be reserved.
* DefaultReservationController: adds hints to server creation request
  if every VM should be reserved for some amount of time.

Implements: blueprint nova-api-extensions

Change-Id: I4aee23c5d8c76ee6f1cb0fee1bc54e784a83345d
2014-02-03 13:15:29 +04:00
Sylvain Bauza 66410039b7 Implement Nova filter for Host Reservation Pools
There is need for a Climate Scheduler filter in Nova, as
we need to make sure the hosts in the pools won't be scheduled
by other queries than Climate ones.
We also need to make sure that the user has enough rights for
asking this specific pool

See [1] for adding a custom filter thanks to Nova.conf

Implements bp:host-filter

[1]
http://docs.openstack.org/developer/nova/devref/filter_scheduler.html

Change-Id: I069b8525a6d85ace07ba86a23e54b76b33d533e7
2014-01-17 17:31:14 +01:00