Merge "Fix some spelling typo in manual and page"
This commit is contained in:
commit
75436e3d41
@ -80,7 +80,7 @@
|
|||||||
<xs:enumeration value="ALPHA">
|
<xs:enumeration value="ALPHA">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
<html:p>This is a new service the API. This
|
<html:p>This is a new service API. This
|
||||||
API contract may be set, but the
|
API contract may be set, but the
|
||||||
implementation may not be 100% compliant
|
implementation may not be 100% compliant
|
||||||
with it. Developers are encouraged to
|
with it. Developers are encouraged to
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
<xs:enumeration value="ALPHA">
|
<xs:enumeration value="ALPHA">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
<html:p> This is a new service the API. This
|
<html:p> This is a new service API. This
|
||||||
API contract may be set, but the
|
API contract may be set, but the
|
||||||
implementation may not be 100% compliant
|
implementation may not be 100% compliant
|
||||||
with it. Developers are encouraged to
|
with it. Developers are encouraged to
|
||||||
|
@ -139,10 +139,10 @@
|
|||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
<html:p>
|
<html:p>
|
||||||
This is a new service the API. Thi API
|
This is a new service API. The API
|
||||||
contract may be set, but the implementaiton
|
contract may be set, but the implementation
|
||||||
may not be 100% complient with it. Developers
|
may not be 100% compliant with it. Developers
|
||||||
are encouraged to begin testing aganst an
|
are encouraged to begin testing against an
|
||||||
ALPHA version to provide feedback.
|
ALPHA version to provide feedback.
|
||||||
</html:p>
|
</html:p>
|
||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
|
@ -139,10 +139,10 @@
|
|||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>
|
<xs:documentation>
|
||||||
<html:p>
|
<html:p>
|
||||||
This is a new service the API. Thi API
|
This is a new service API. The API
|
||||||
contract may be set, but the implementaiton
|
contract may be set, but the implementation
|
||||||
may not be 100% complient with it. Developers
|
may not be 100% compliant with it. Developers
|
||||||
are encouraged to begin testing aganst an
|
are encouraged to begin testing against an
|
||||||
ALPHA version to provide feedback.
|
ALPHA version to provide feedback.
|
||||||
</html:p>
|
</html:p>
|
||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
|
@ -117,10 +117,10 @@
|
|||||||
<annotation>
|
<annotation>
|
||||||
<documentation>
|
<documentation>
|
||||||
<html:p>
|
<html:p>
|
||||||
This is a new service the API. Thi API
|
This is a new service API. The API
|
||||||
contract may be set, but the implementaiton
|
contract may be set, but the implementation
|
||||||
may not be 100% complient with it. Developers
|
may not be 100% compliant with it. Developers
|
||||||
are encouraged to begin testing aganst an
|
are encouraged to begin testing against an
|
||||||
ALPHA version to provide feedback.
|
ALPHA version to provide feedback.
|
||||||
</html:p>
|
</html:p>
|
||||||
</documentation>
|
</documentation>
|
||||||
|
@ -237,7 +237,7 @@ create snapshots of volumes (handy for backups):
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
* snapshot_name = 'test_backup_1'
|
* snapshot_name = 'test_backup_1'
|
||||||
connnection.create_volume_snapshot('test', name='test backup 1')
|
connection.create_volume_snapshot('test', name='test backup 1')
|
||||||
|
|
||||||
.. todo:: Do we need a note here to mention that 'test' is the
|
.. todo:: Do we need a note here to mention that 'test' is the
|
||||||
volume name and not the volume object?
|
volume name and not the volume object?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user