Merge "Improve description about installing with devstack"

This commit is contained in:
Zuul 2019-02-28 17:32:20 +00:00 committed by Gerrit Code Review
commit 83c772dc7e
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