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: docs/source/Datastore.rst
+14-25Lines changed: 14 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ What is a datastore?
18
18
19
19
A **shared storage resource over a network** in a server identified by its endpoint, store, type of implementation and others who it is a candidate to take part in an OpenStack Zone. A datastore is view in the datastores' pool once it has been added to.
20
20
21
+
How to use the datastore information once it has been attached to a zone (Reference its properties to be used in a zone)
To do a reference about a specific datastore property and use it (once it has been attached to a zone) just you need to do $zone.id.property. For further information http://docs.stackops.org/display/STACKOPSAUTOMATION/Properties
21
25
22
26
Life cycle management basics
23
27
----------------------------
@@ -28,6 +32,8 @@ The datastores' pool is the tool included in StackOps Automation that automates
28
32
:alt:Datastores' pool life cycle for a datastore
29
33
:align:center
30
34
35
+
36
+
31
37
Managing Datastores
32
38
-------------------
33
39
@@ -186,8 +192,6 @@ Show all the information related with a specific datastore.
186
192
| href | http://0.0.0.0:8089/v1.1/datastores/14 |
187
193
| id | 14 |
188
194
| id_nova_zone | None |
189
-
| id_role | None |
190
-
| id_component_name | None |
191
195
| id_storage_types | NFS |
192
196
| identifier | nfs1 |
193
197
| parameters ||
@@ -256,8 +260,6 @@ Update a specific datastore parameters
256
260
| href | http://0.0.0.0:8089/v1.1/datastores/14 |
257
261
| id | 14 |
258
262
| id_nova_zone | None |
259
-
| id_role | None |
260
-
| id_component_name| None |
261
263
| id_storage_types | NFS |
262
264
| identifier | nfs1 |
263
265
| parameters | par1 par2 par3 |
@@ -278,34 +280,28 @@ This service allows to link a specific datastore to a zone and resource (volumes
0 commit comments