zun/devstack
Hongbin Lu 89ccde5cd5 Tune the default cpu/memory/disk
The default value of cpu/memory/disk is set as following:
* default_cpu: 1 virtual core
* default_memory: 2G
* default_disk: 10G

These defaults should match production's requirement. In devstack,
we alter those default as 0 core, 0 RAM, 0 disk (no limit).
These defaults are more convenient for development.

Change-Id: I8ccadbcd48700588d98c81305e1b6a5419120dd3
2018-05-13 15:54:57 +00:00
..
lib Tune the default cpu/memory/disk 2018-05-13 15:54:57 +00:00
README.rst Merge "Consolidate devstack config into sample" 2017-11-25 21:25:35 +00:00
local.conf.sample Configure kuryr not creating SGs 2018-04-22 20:01:13 +00:00
local.conf.subnode.sample Configure kuryr not creating SGs 2018-04-22 20:01:13 +00:00
plugin.sh Remove LIBS_FROM_GIT from the plugin code 2017-11-23 11:35:06 +08:00
settings Remove SCREEN_LOGDIR from devstack setting 2017-09-21 14:32:48 +05:30

README.rst

DevStack Integration

This directory contains the files necessary to integrate zun with devstack.

Refer the quickstart guide at https://docs.openstack.org/zun/latest/contributor/quickstart.html for more information on using devstack and zun.