a
This commit is contained in:
parent
e720ec485a
commit
105d8d4a3a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def setup(path, base_dir, etcd_url, without_ceph):
|
||||||
content = (
|
content = (
|
||||||
f"BASE_DIR={base_dir}\n"
|
f"BASE_DIR={base_dir}\n"
|
||||||
f"ETCD_URL={etcd_url}\n"
|
f"ETCD_URL={etcd_url}\n"
|
||||||
f"WITHOUT_CEPH={without_ceph}",
|
f"WITHOUT_CEPH={without_ceph}\n",
|
||||||
f"VM_PREFIX=/v1/vm\n",
|
f"VM_PREFIX=/v1/vm\n",
|
||||||
f"HOST_PREFIX=/v1/host\n",
|
f"HOST_PREFIX=/v1/host\n",
|
||||||
f"IMAGE_PREFIX=/v1/image\n",
|
f"IMAGE_PREFIX=/v1/image\n",
|
||||||
|
|
Loading…
Reference in a new issue