a
This commit is contained in:
parent
4b51537e0e
commit
1272081ddf
5 changed files with 31 additions and 5 deletions
|
|
@ -28,7 +28,12 @@ def setup(path, base_dir, etcd_url, without_ceph):
|
|||
content = (
|
||||
f"BASE_DIR={base_dir}\n"
|
||||
f"ETCD_URL={etcd_url}\n"
|
||||
f"WITHOUT_CEPH={without_ceph}"
|
||||
f"WITHOUT_CEPH={without_ceph}",
|
||||
f"VM_PREFIX=/v1/vm\n",
|
||||
f"HOST_PREFIX=/v1/host\n",
|
||||
f"IMAGE_PREFIX=/v1/image\n",
|
||||
f"IMAGE_STORE_PREFIX=/v1/image_store\n",
|
||||
f"REQUEST_PREFIX=/v1/request\n"
|
||||
)
|
||||
f.writelines(content)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue