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: install_config/configuring_openstack.adoc
+38-21
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,15 @@ toc::[]
12
12
13
13
== Overview
14
14
When deployed on link:https://www.openstack.org/[OpenStack], {product-title} can
15
-
be configured to access OpenStack infrastructure, including
15
+
be configured to access the OpenStack infrastructure, including
16
16
xref:../install_config/persistent_storage/persistent_storage_cinder.adoc#install-config-persistent-storage-persistent-storage-cinder[using OpenStack Cinder volumes as persistent storage] for application data.
17
17
18
18
[[configuring-openstack-permissions]]
19
19
== Permissions
20
20
Configuring OpenStack for {product-title} requires the following role:
21
21
22
-
[cols='1,3']
23
-
|===
24
-
25
-
| member
26
-
| For creating assets(instances, networking ports, floating ips, volumes, and so
27
-
on.) you need the member role for the tenant.
28
-
29
-
|===
22
+
Member:: For creating assets such as instances, networking ports, floating IPs, volumes, and so
23
+
on. You need the member role for the tenant.
30
24
31
25
[[configuring-a-security-group-openstack]]
32
26
== Configuring a Security Group
@@ -40,7 +34,6 @@ To set the required OpenStack variables, create a *_/etc/cloud.conf_* file with
40
34
the following contents on all of your {product-title} hosts, both masters and
41
35
nodes:
42
36
43
-
====
44
37
----
45
38
[Global]
46
39
auth-url = <OS_AUTH_URL>
@@ -53,7 +46,6 @@ region = <OS_REGION_NAME>
53
46
[LoadBalancer]
54
47
subnet-id = <UUID of the load balancer subnet>
55
48
----
56
-
====
57
49
58
50
Consult your OpenStack administrators for values of the `*OS_*` variables, which
0 commit comments