diff --git a/doc/config-reference/block-storage/drivers/nfs-volume-driver.xml b/doc/config-reference/block-storage/drivers/nfs-volume-driver.xml
index 63a39215d0..4ea3fd718e 100644
--- a/doc/config-reference/block-storage/drivers/nfs-volume-driver.xml
+++ b/doc/config-reference/block-storage/drivers/nfs-volume-driver.xml
@@ -114,7 +114,7 @@
You can now create volumes as you normally
would:
- $nova volume-create --display-name=myvol 5
+ $nova volume-create --display-name myvol 5#ls /var/lib/cinder/nfs/46c5db75dc3a3a50a10bfd1a456a9f3fvolume-a8862558-e6d6-4648-b5df-bb84f31c8935This volume can also be attached and deleted
diff --git a/doc/config-reference/block-storage/drivers/xen-sm-driver.xml b/doc/config-reference/block-storage/drivers/xen-sm-driver.xml
index c4175826d4..93714849ed 100644
--- a/doc/config-reference/block-storage/drivers/xen-sm-driver.xml
+++ b/doc/config-reference/block-storage/drivers/xen-sm-driver.xml
@@ -143,8 +143,8 @@
option.)
---volume_driver="nova.volume.xensm.XenSMDriver"
---use_local_volumes=False
+--volume_driver "nova.volume.xensm.XenSMDriver"
+--use_local_volumes False
diff --git a/doc/config-reference/compute/section_compute-cells.xml b/doc/config-reference/compute/section_compute-cells.xml
index b6bd4d1eea..fc9789ba1e 100644
--- a/doc/config-reference/compute/section_compute-cells.xml
+++ b/doc/config-reference/compute/section_compute-cells.xml
@@ -184,14 +184,14 @@ rabbit_username=cell1_user
rabbit_password=cell1_passwd
rabbit_virtual_host=cell1_vhost
You can run this in the API cell as
- root:#nova-manage cell create --name=cell1 --cell_type=child \
- --username=cell1_user --password=cell1_passwd --hostname=10.0.1.10 \
- --port=5673 --virtual_host=cell1_vhost --woffset=1.0 --wscale=1.0
+ root:#nova-manage cell create --name cell1 --cell_type child \
+ --username cell1_user --password cell1_passwd --hostname 10.0.1.10 \
+ --port 5673 --virtual_host cell1_vhost --woffset 1.0 --wscale 1.0Repeat the previous steps for all child cells.In the child cell, run the following, as
- root:#nova-manage cell create --name=api --cell_type=parent \
- --username=api_user --password=api_passwd --hostname=10.0.0.10 \
- --port=5672 --virtual_host=api_vhost --woffset=1.0 --wscale=1.0
+ root:#nova-manage cell create --name api --cell_type parent \
+ --username api_user --password api_passwd --hostname 10.0.0.10 \
+ --port 5672 --virtual_host api_vhost --woffset 1.0 --wscale 1.0To customize the Compute cells, use the configuration
option settings documented in .
diff --git a/doc/config-reference/compute/section_hypervisor_hyper-v.xml b/doc/config-reference/compute/section_hypervisor_hyper-v.xml
index 8629789c74..4eadb50ad5 100644
--- a/doc/config-reference/compute/section_hypervisor_hyper-v.xml
+++ b/doc/config-reference/compute/section_hypervisor_hyper-v.xml
@@ -338,7 +338,7 @@ connection=mysql://nova:passwd@IP_ADDRESS/novahttp://technet.microsoft.com/en-us/library/cc772480.aspx
Once you have successfully created a virtual machine, you can then upload the image to
glance using the native glance-client:
- C:\>glance image-create --name="VM_IMAGE_NAME" --is-public=False --container-format=bare --disk-format=vhd
+ C:\>glance image-create --name "VM_IMAGE_NAME" --is-public False --container-format bare --disk-format vhdRun Compute with Hyper-V
diff --git a/doc/config-reference/compute/section_hypervisor_vmware.xml b/doc/config-reference/compute/section_hypervisor_vmware.xml
index 2042f8540d..dad0ab04c1 100644
--- a/doc/config-reference/compute/section_hypervisor_vmware.xml
+++ b/doc/config-reference/compute/section_hypervisor_vmware.xml
@@ -684,8 +684,8 @@ datastore_regex=<optional datastore regex>
the following command creates a Monolithic Sparse image by
setting to
sparse:
- $glance image-create --name="ubuntu-sparse" --disk-format=vmdk \
---container-format=bare \
+ $glance image-create --name "ubuntu-sparse" --disk-format vmdk \
+--container-format bare \
--property vmware_disktype="sparse" \
--property vmware_ostype="ubuntu64Guest" < ubuntuLTS-sparse.vmdkSpecifying thin does not
@@ -710,8 +710,8 @@ xlink:href="http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg
example of the Ubuntu Trusty image after the
qemu-img conversion, the command to upload the
VMDK disk should be something like:
- $glance image-create --name trusty-cloud --is-public=False \
---container-format=bare --disk-format=vmdk \
+ $glance image-create --name trusty-cloud --is-public False \
+--container-format bare --disk-format vmdk \
--property vmware_disktype="sparse" \
--property vmware_adaptertype="ide" < \
trusty-server-cloudimg-amd64-disk1.vmdk
@@ -728,8 +728,8 @@ trusty-server-cloudimg-amd64-disk1.vmdkAssuming a preallocated disk type and an iSCSI lsiLogic
adapter type, the following command uploads the VMDK
disk:
- $glance image-create --name="ubuntu-thick-scsi" --disk-format=vmdk \
---container-format=bare \
+ $glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \
+--container-format bare \
--property vmware_adaptertype="lsiLogic" \
--property vmware_disktype="preallocated" \
--property vmware_ostype="ubuntu64Guest" < ubuntuLTS-flat.vmdk
@@ -751,8 +751,8 @@ trusty-server-cloudimg-amd64-disk1.vmdk
correct hypervisor type. For VMware images, set the hypervisor
type to vmware. Other valid hypervisor
types include: xen, qemu, kvm, lxc, uml, and hyperv.
- $glance image-create --name="ubuntu-thick-scsi" --disk-format=vmdk \
---container-format=bare \
+ $glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \
+--container-format bare \
--property vmware_adaptertype="lsiLogic" \
--property vmware_disktype="preallocated" \
--property hypervisor_type="vmware" \
diff --git a/doc/config-reference/compute/section_xen-install.xml b/doc/config-reference/compute/section_xen-install.xml
index 580866c44c..1a18ffa582 100644
--- a/doc/config-reference/compute/section_xen-install.xml
+++ b/doc/config-reference/compute/section_xen-install.xml
@@ -169,7 +169,7 @@
Image Service with
disk-format=iso, and boot
them in OpenStack Compute:
- $glance image-create --name=fedora_iso --disk-format=iso --container-format=bare < Fedora-16-x86_64-netinst.iso
+ $glance image-create --name fedora_iso --disk-format iso --container-format bare < Fedora-16-x86_64-netinst.iso
diff --git a/doc/config-reference/image-service/section_image-service-ISO-support.xml b/doc/config-reference/image-service/section_image-service-ISO-support.xml
index c5ce6cf0e4..a13e3d1997 100644
--- a/doc/config-reference/image-service/section_image-service-ISO-support.xml
+++ b/doc/config-reference/image-service/section_image-service-ISO-support.xml
@@ -18,8 +18,8 @@
In the Image Service, run the following
command:$glance image-create --name ubuntu.iso \
- --is-public=True --container-format=bare \
- --disk-format=iso < ubuntu-13.04-server-amd64.iso
+ --is-public True --container-format bare \
+ --disk-format iso < ubuntu-13.04-server-amd64.iso
In this command, ubuntu.iso is
the name for the ISO image after it is loaded to the
Image Service, and
diff --git a/doc/config-reference/object-storage/section_object-storage-features.xml b/doc/config-reference/object-storage/section_object-storage-features.xml
index 32d854ddd2..121d5a7476 100644
--- a/doc/config-reference/object-storage/section_object-storage-features.xml
+++ b/doc/config-reference/object-storage/section_object-storage-features.xml
@@ -511,7 +511,7 @@ Sample represents 1.00% of the object partition space
The following command uses an admin account that own the
Reseller role to set a quota on the test account:$swift -A http://127.0.0.1:8080/auth/v1.0 -U admin:admin -K admin \
---os-storage-url=http://127.0.0.1:8080/v1/AUTH_test post -m quota-bytes:10000
+--os-storage-url http://127.0.0.1:8080/v1/AUTH_test post -m quota-bytes:10000
Here is the stat listing of an account where quota has
been set:$swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat
@@ -523,7 +523,7 @@ Meta Quota-Bytes: 10000
X-Timestamp: 1374075958.37454
X-Trans-Id: tx602634cf478546a39b1be-0051e6bc7aThis command removes the account quota:
- $swift -A http://127.0.0.1:8080/auth/v1.0 -U admin:admin -K admin --os-storage-url=http://127.0.0.1:8080/v1/AUTH_test post -m quota-bytes:
+ $swift -A http://127.0.0.1:8080/auth/v1.0 -U admin:admin -K admin --os-storage-url http://127.0.0.1:8080/v1/AUTH_test post -m quota-bytes:Bulk delete