File tree Expand file tree Collapse file tree 10 files changed +18
-15
lines changed Expand file tree Collapse file tree 10 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ application’s PHP files:
26
26
27
27
require 'vendor/autoload.php';
28
28
29
- This assumes your application’ s PHP files are located in the same folder as ``vendor/ ``. If your files are located
29
+ This assumes your application' s PHP files are located in the same folder as ``vendor/ ``. If your files are located
30
30
elsewhere, please supply the path to vendor/autoload.php in the require statement above.
31
31
32
32
Supported services
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Block Storage v2
2
2
================
3
3
4
4
.. toctree ::
5
- :maxdepth: 3
5
+ :maxdepth: 3
6
6
7
- volumes
8
- volume-types
9
- snapshots
7
+ volumes
8
+ volume-types
9
+ snapshots
Original file line number Diff line number Diff line change
1
+ Snapshots
2
+ =========
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ Volume Types
3
3
4
4
Listing volume types
5
5
--------------------
6
-
7
6
.. sample :: block_storage/v2/volume_types/list.php
8
7
.. refdoc :: OpenStack/BlockStorage/v2/Service.html#method_listVolumeTypes
9
8
10
- Each iteration will return a :apiref: `VolumeType instance <OpenStack/BlockStorage/v2/Models/VolumeType.html> ` .
9
+ Each iteration will return a :php:class: `VolumeType ` instance <OpenStack/BlockStorage/v2/Models/VolumeType.html>.
11
10
12
11
.. include :: /common/generators.rst
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ List volumes
7
7
.. sample :: block_storage/v2/volumes/list.php
8
8
.. refdoc :: OpenStack/BlockStorage/v2/Service.html#method_listVolumes
9
9
10
- Each iteration will return a :apiref : `Volume instance <OpenStack/BlockStorage/v2/Models/Volume.html> ` .
10
+ Each iteration will return a php :class : `Volume ` instance <OpenStack/BlockStorage/v2/Models/Volume.html>.
11
11
12
12
.. include :: /common/generators.rst
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ List flavors
7
7
.. sample :: compute/v2/flavors/list_flavors.php
8
8
.. refdoc :: OpenStack/Compute/v2/Service.html#method_listFlavors
9
9
10
- Each iteration will return a :apiref: `Flavor instance <OpenStack/Compute/v2/Models/Flavor.html> ` .
10
+ Each iteration will return a :php:class: `Flavor ` instance <OpenStack/Compute/v2/Models/Flavor.html>.
11
11
12
12
.. include :: /common/generators.rst
13
13
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ Compute v2
6
6
7
7
servers
8
8
flavors
9
- images
9
+ images
10
+ states
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Create server image
273
273
This operation will create a new server image. The only required option is the new image's name. You may also specify
274
274
additional metadata:
275
275
276
- .. sample :: compute/v2/servers /create_server_image.php
276
+ .. sample :: compute/v2/images /create_server_image.php
277
277
.. refdoc :: OpenStack/Compute/v2/Models/Server.html#method_createImage
278
278
279
279
List server IP addresses
Original file line number Diff line number Diff line change 4
4
Add group
5
5
---------
6
6
7
- .. sample :: identity/v3/groups/add_endpoint .php
7
+ .. sample :: identity/v3/groups/add_group .php
8
8
.. refdoc :: OpenStack/Identity/v3/Service.html#method_createGroup
9
9
10
10
List groups
11
11
-----------
12
12
13
- .. sample :: identity/v3/groups/add_endpoint .php
13
+ .. sample :: identity/v3/groups/list_groups .php
14
14
.. refdoc :: OpenStack/Identity/v3/Service.html#method_listGroups
15
15
16
16
Show group details
17
17
------------------
18
18
19
- .. sample :: identity/v3/groups/add_endpoint .php
19
+ .. sample :: identity/v3/groups/get_group .php
20
20
.. refdoc :: OpenStack/Identity/v3/Service.html#method_getGroup
21
21
22
22
Update group
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ Networking v2
5
5
:maxdepth: 3
6
6
7
7
networks
8
- subnets
8
+ subnets
9
+ ports
You can’t perform that action at this time.
0 commit comments