Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
highlighted ImportKeyPair impl
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Jun 23, 2011
1 parent 5bb03ee commit 7135a05
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/src/changelog.html
Expand Up @@ -42,6 +42,11 @@ <h2>Changelog</h2>
a virtual machine by editing the template file a virtual machine by editing the template file
</p> </p>
</li> </li>
<li>
<p>
ImportKeyPair is implemented in the EC2 protocols (details below).
</p>
</li>
</ul> </ul>


<i>2.8 - IaaS Services</i> <i>2.8 - IaaS Services</i>
Expand All @@ -61,6 +66,14 @@ <h2>Changelog</h2>
in addition to being part of the default IaaS installation. in addition to being part of the default IaaS installation.
</p> </p>
</li> </li>
<li>
<p>
Implemented EC2 ImportKeyPair operation. The old CreateKeyPair behavior is disabled (the behavior of allowing a "||" token based import mechanism with CreateKeyPair).
</p>
<p>
EC2 used to only have CreateKeyPair, now the EC2 protocols in Nimbus IaaS use ImportKeyPair and CreateKeyPair as intended as operations. The old behavior can be enabled if the administrator wants. (<a href="https://github.com/nimbusproject/nimbus/issues/36">enhancement 36</a>).
</p>
</li>
<li> <li>
<p> <p>
Documentation added to the <a href="http://www.nimbusproject.org/docs/latest/admin/z2c/">zero to cloud guide</a> describing Documentation added to the <a href="http://www.nimbusproject.org/docs/latest/admin/z2c/">zero to cloud guide</a> describing
Expand Down Expand Up @@ -108,11 +121,6 @@ <h2>Changelog</h2>
<a href="https://github.com/nimbusproject/nimbus/issues/37">Needed networks not being respected</a> <a href="https://github.com/nimbusproject/nimbus/issues/37">Needed networks not being respected</a>
</p> </p>
</li> </li>
<li>
<p>
<a href="https://github.com/nimbusproject/nimbus/issues/36">Implement EC2 ImportKeyPair</a>
</p>
</li>
</ul> </ul>
</li> </li>
</ul> </ul>
Expand Down

0 comments on commit 7135a05

Please sign in to comment.