Skip to content

Commit

Permalink
Fixed a typo: curros -> cirros
Browse files Browse the repository at this point in the history
  • Loading branch information
beloglazov committed Nov 14, 2012
1 parent c0ca559 commit 8f089d0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2139,7 +2139,7 @@ the VM instance once it is booted:

::

ssh curros@<ip address>
ssh cirros@<ip address>

Where ``<ip address>`` is replaced with the actual IP address of the VM
instance. The following command can be used to delete the VM instance:
Expand Down
Binary file modified doc/openstack-centos-kvm-glusterfs-guide.epub
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/openstack-centos-kvm-glusterfs-guide.html
Expand Up @@ -1445,7 +1445,7 @@ <h4 id="openstack-controller-controller.-1"><a href="#TOC"><span class="header-s
<p>Depending on the hardware the instantiation process may take from a few seconds to a few minutes. The status of a VM instance can be checked using the following command:</p>
<pre class="sourceCode Bash"><code class="sourceCode bash">nova show cirros</code></pre>
<p>This command shows detailed information about the VM instances, such as the host name, where the VM has been allocated to, instance name, current state, flavor, image name, IP address of the VM, etc. Once the state of the VM turns into <code>ACTIVE</code>, it means that the VM has started booting. It may take some more time before the VM is ready to accept SSH connections. The CirrOS VM image has a default user <code>cirros</code> with the <code>cubswin:)</code> password. The following command can be used to SSH into the VM instance once it is booted:</p>
<pre class="sourceCode Bash"><code class="sourceCode bash"><span class="kw">ssh</span> curros@<span class="kw">&lt;</span>ip address<span class="kw">&gt;</span></code></pre>
<pre class="sourceCode Bash"><code class="sourceCode bash"><span class="kw">ssh</span> cirros@<span class="kw">&lt;</span>ip address<span class="kw">&gt;</span></code></pre>
<p>Where <code>&lt;ip address&gt;</code> is replaced with the actual IP address of the VM instance. The following command can be used to delete the VM instance:</p>
<pre class="sourceCode Bash"><code class="sourceCode bash">nova delete cirros</code></pre>
<ol start="59" style="list-style-type: example">
Expand Down
Binary file modified doc/openstack-centos-kvm-glusterfs-guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/src/openstack-centos-kvm-glusterfs-guide.md
Expand Up @@ -1972,7 +1972,7 @@ user `cirros` with the `cubswin:)` password. The following command can be used t
instance once it is booted:

```Bash
ssh curros@<ip address>
ssh cirros@<ip address>
```

Where `<ip address>` is replaced with the actual IP address of the VM instance. The following
Expand Down

0 comments on commit 8f089d0

Please sign in to comment.