Fix typos in server-count-api.rst,etc
TrivialFix Change-Id: I28b93c6f127fa6f65acac2827c3cdadbe8d38068
This commit is contained in:
@@ -122,7 +122,7 @@ into a static utility method so that the new count API extension can utilize
|
||||
it; this is critical so that the filtering support for the count API matches
|
||||
the filtering support for the /servers API.
|
||||
|
||||
For the v3 API, a new count function (similiar to 'index' and 'detail') needs
|
||||
For the v3 API, a new count function (similar to 'index' and 'detail') needs
|
||||
to be added to nova.api.openstack.compute.plugins.v3.servers directly. Common
|
||||
filter processing needs to broken out into utility functions (same idea as the
|
||||
v2 API). For v3, the 'count' GET API can be registered with the Servers
|
||||
|
||||
@@ -42,7 +42,7 @@ Proposed change
|
||||
===============
|
||||
|
||||
A new volume driver will be added in order to support attaching volumes
|
||||
hosted on SMB shares. The volume driver will have a similiar worflow with
|
||||
hosted on SMB shares. The volume driver will have a similar worflow with
|
||||
the NFS volume driver.
|
||||
|
||||
The SMB volume driver will mount the SMB share on which a volume is hosted
|
||||
|
||||
@@ -41,7 +41,7 @@ Proposed change
|
||||
Add support for the `Quobyte Unified Storage Plane <http://quobyte.com/>`_
|
||||
to nova.virt.libvirt.volume.py by adding a new class
|
||||
LibvirtQuobyteVolumeDriver based on the LibvirtBaseVolumeDriver. Code
|
||||
structure will be similiar to the GlusterFS class
|
||||
structure will be similar to the GlusterFS class
|
||||
LibvirtGlusterfsVolumeDriver. The Driver will check mountpoint availability,
|
||||
run mountpoint preparations if required and mount the given Quobyte USP volume
|
||||
based on the configuration data (connection_info, etc.). Based on the local
|
||||
@@ -154,4 +154,4 @@ None
|
||||
References
|
||||
==========
|
||||
|
||||
None
|
||||
None
|
||||
|
||||
@@ -35,7 +35,7 @@ Proposed change
|
||||
===============
|
||||
|
||||
A new volume driver will be added in order to support attaching volumes
|
||||
located on Virtuozzo Storage. The volume driver will have a similiar workflow
|
||||
located on Virtuozzo Storage. The volume driver will have a similar workflow
|
||||
as NFS and SMBFS volume drivers have.
|
||||
|
||||
The CI system will be running on Nova tree and checking each Nova patch with
|
||||
|
||||
@@ -34,7 +34,7 @@ Proposed change
|
||||
===============
|
||||
|
||||
A new volume driver is added in order to support attaching volumes resided on
|
||||
Virtuozzo Storage. This volume driver has a similiar workflow to what NFS
|
||||
Virtuozzo Storage. This volume driver has a similar workflow to what NFS
|
||||
and SMBFS volume drivers have.
|
||||
|
||||
The CI system [3]_ runs on Nova tree and checks each Nova patch with
|
||||
|
||||
Reference in New Issue
Block a user