diff --git a/doc/source/dev/releasing.rst b/doc/source/dev/releasing.rst index 9f5f19dd63..d31e69f512 100644 --- a/doc/source/dev/releasing.rst +++ b/doc/source/dev/releasing.rst @@ -14,7 +14,7 @@ Who is responsible for releases? ================================ The current PTL is ultimately responsible for making sure code gets released. -They may choose to delegate this reponsibility to a liaison, which is +They may choose to delegate this responsibility to a liaison, which is documented in the `cross-project liaison wiki`_. Anyone may submit a release request per the process below, but the PTL or diff --git a/doc/source/drivers/ucs.rst b/doc/source/drivers/ucs.rst index f286416c66..0442afafc5 100644 --- a/doc/source/drivers/ucs.rst +++ b/doc/source/drivers/ucs.rst @@ -75,7 +75,7 @@ The following sequence of commands can be used to enroll a UCS node. Create Node:: - ironic node-create -d -i ucs_address= -i ucs_username= -i ucs_password= -i ucs_service_profile= -i deploy_kernel= -i deploy_ramdisk= -p cpus= -p memory_mb= -p local_gb= -p cpu_arch= + ironic node-create -d -i ucs_address= -i ucs_username= -i ucs_password= -i ucs_service_profile= -i deploy_kernel= -i deploy_ramdisk= -p cpus= -p memory_mb= -p local_gb= -p cpu_arch= The above command 'ironic node-create' will return UUID of the node, which is the value of $NODE in the following command.