diff --git a/specs/juno/approved/server-count-api.rst b/specs/juno/approved/server-count-api.rst index 1038da607..b880484e7 100644 --- a/specs/juno/approved/server-count-api.rst +++ b/specs/juno/approved/server-count-api.rst @@ -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 diff --git a/specs/kilo/implemented/libvirt-smbfs-volume-support.rst b/specs/kilo/implemented/libvirt-smbfs-volume-support.rst index 2f2b54395..97d4f6c8b 100644 --- a/specs/kilo/implemented/libvirt-smbfs-volume-support.rst +++ b/specs/kilo/implemented/libvirt-smbfs-volume-support.rst @@ -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 diff --git a/specs/kilo/implemented/quobyte-nova-driver.rst b/specs/kilo/implemented/quobyte-nova-driver.rst index 97db57164..26eb151d2 100644 --- a/specs/kilo/implemented/quobyte-nova-driver.rst +++ b/specs/kilo/implemented/quobyte-nova-driver.rst @@ -41,7 +41,7 @@ Proposed change Add support for the `Quobyte Unified Storage Plane `_ 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 \ No newline at end of file +None diff --git a/specs/mitaka/approved/libvirt-vzstorage-volume-support.rst b/specs/mitaka/approved/libvirt-vzstorage-volume-support.rst index 5a8a7704f..fe260a4d7 100644 --- a/specs/mitaka/approved/libvirt-vzstorage-volume-support.rst +++ b/specs/mitaka/approved/libvirt-vzstorage-volume-support.rst @@ -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 diff --git a/specs/newton/implemented/libvirt-vzstorage-volume-support.rst b/specs/newton/implemented/libvirt-vzstorage-volume-support.rst index 60a43cf34..61653e213 100644 --- a/specs/newton/implemented/libvirt-vzstorage-volume-support.rst +++ b/specs/newton/implemented/libvirt-vzstorage-volume-support.rst @@ -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