Improve description about installing with devstack

LXD_BACKEND_DRIVER=zfs should be specified in local.conf if LXD
version is 3.0.
In addition, LXD_BACKEND_DRIVER=zfs requires zfs 0.7.0 or higher.
This patch adds those information to README and local.conf.sammple.

Change-Id: I1692aefd2c4e8daba57629c5f99559ec9593fa5d
Closes-Bug: #1815272
Closes-Bug: #1815273
This commit is contained in:
Rikimaru Honjo 2019-02-09 08:13:46 +00:00
parent 0ea07af2a2
commit 6693f08db6
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,10 @@ following in your devstack `local.conf`:
```
[[local|localrc]]
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd
# You should enable the following if you use lxd 3.0.
# In addition, this setting requires zfs >= 0.7.0.
#LXD_BACKEND_DRIVER=zfs
```
Change git repositories as needed (it's probably not very useful to point to the main

View File

@ -22,3 +22,6 @@ disable_service n-net
# enable nova-lxd
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd
# You should enable the following if you use lxd 3.0.
# In addition, this setting requires zfs >= 0.7.0.
#LXD_BACKEND_DRIVER=zfs