zun/zun/scheduler
Hongbin Lu 56b0b08a5b Change the format of memory field
In before, the container's memory field is displayed as '512M'.
The original intent is to support other memory unit, such as 'K',
'G', etc. However, this will make the code more complicated since
it needs to handle many possible inputs. Let's use 'M' as the only
memory unit, then remove the tailing 'M' since the information
is redundant.

Depends-On: Ief00d4899a9628967aa6ea875aa4195cc4f2bfc4
Closes-Bug: #1764923
Change-Id: I5f586ccc73f53a5f6e6e4d341251a5288a8687f2
2018-04-20 02:39:04 +00:00
..
filters Change the format of memory field 2018-04-20 02:39:04 +00:00
__init__.py Support multiple compute hosts 2017-01-11 10:21:32 -06:00
base_filters.py Add scheduler hint 2017-06-05 08:42:25 +08:00
chance_scheduler.py Add scheduler hint 2017-06-05 08:42:25 +08:00
client.py Add scheduler hint 2017-06-05 08:42:25 +08:00
driver.py some implementent should not written in abstractmethod select_destinations when schedule 2018-02-11 11:59:26 +08:00
filter_scheduler.py Introduce ComputeFilter 2017-11-22 09:27:26 +07:00
host_state.py Check disk quota support on filter scheduler 2018-04-04 04:04:25 +00:00
loadables.py Import nova filter scheduler to zun 2017-03-15 10:53:55 +08:00