You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/openstack/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Provision a Deis Cluster on OpenStack
2
2
3
+
**NOTE**
4
+
OpenStack support for Deis was contributed by @shakim. OpenStack support is untested by the Deis team, so we rely on the community to improve these scripts and to fix bugs.
5
+
We greatly appreciate the help!
3
6
4
7
### Prerequisites:
5
8
Make sure that the following utilities are installed and in your execution path:
@@ -24,7 +27,7 @@ Source your nova credentials:
24
27
```console
25
28
# source openrc.sh
26
29
```
27
-
30
+
28
31
### Set up your keys
29
32
Choose an existing keypair or upload a new public key, if desired.
30
33
@@ -38,7 +41,7 @@ Edit [user-data](../coreos/user-data) and add a discovery URL. This URL will be
38
41
### Choose number of instances
39
42
By default, the provision script will provision 3 servers. You can override this by setting `DEIS_NUM_INSTANCES`:
0 commit comments