Skip to content

Commit

Permalink
DOC-1628: What's new content added and KIs from previous release copi…
Browse files Browse the repository at this point in the history
…ed over.
  • Loading branch information
Thanhnguyet Vo committed Oct 3, 2015
1 parent c2efe3b commit d3d8cfc
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
37 changes: 30 additions & 7 deletions content/en_us/release-notes/4.2.0/4.2.0_rn_features.dita
Expand Up @@ -9,6 +9,8 @@
<title>New Features</title>
<table>
<tgroup cols="2">
<colspec colnum="1" colname="c1" colwidth="1*"/>
<colspec colnum="2" colname="c2" colwidth="2.77*"/>
<thead>
<row>
<entry>Feature</entry>
Expand All @@ -24,17 +26,38 @@
</entry>
</row>
<row>
<entry>Feature.</entry>
<entry>Description.
For more information, XREF
</entry>
<entry>Updated Management Console design.</entry>
<entry>The Management Console has an updated look-n-feel. Look for refreshed branding, an
expandable/collapsible navigation pane on the left side of the
console, and a multi-faceted Magic Search bar. For more information,
see <xref href="../../shared/console_dashboard.dita"/>.</entry>
</row>
<row>
<entry>ELB, CloudFormation, and VPC support in the Management Console.</entry>
<entry>Elastic Load Balancing (ELB) can now be configured through the console. Stacks and
templates are supported for CloudFormation. Virtual Private Cloud
(VPC) options for network configurations throughout various
applications are supported. For more information, see: <ul>
<li><xref href="../../shared/console_usage_elb_intro.dita"
/></li>
<li><xref href="../../shared/console_usage_stacks_intro.dita"
/></li>
</ul></entry>
</row>
<row>
<entry>Feature.</entry>
<entry>Description.
For more information, XREF
<entry>Management Console pre-configured for secured connections.</entry>
<entry>Installing nginx separately is no longer necessary to enable secured connections. By
default, the console is configured to use secure HTTP to allow
secure connections from a web server to a browser. For more
information, see <xref
href="../../shared/console_config_ssl_certs.dita"/>.
</entry>
</row>
<row>
<entry>VPC support.</entry>
<entry>Eucalyptus Virtual Private Cloud (VPC) allows you to run instances inside an isolated
virtual network that you define. For more information, see <xref href="../../user-guide/vpc_intro.dita"/>.</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down
20 changes: 20 additions & 0 deletions content/en_us/release-notes/4.2.0/4.2.0_rn_issues.dita
Expand Up @@ -60,6 +60,26 @@
<p>Workaround: See linked bug for more information.</p>
</entry>
</row>
<row>
<entry>Failed EMIs from CreateImage might leave behind orphaned snapshots (<xref
format="html"
href="https://eucalyptus.atlassian.net/browse/EUCA-11184"
>EUCA-11184</xref>)</entry>
<entry>
<ol>
<li>Use <codeph>euca-describe-images</codeph> to see if the EMI associated with CreateImage
has a <codeph>failed</codeph> status.<p>If any failed,
then:</p></li>
<li>Use <codeph>euca-describe-snapshots</codeph> to find any snapshot IDs associated with
the failed CreateImage EMI ID.<p>The snapshot description
includes the EMI ID and Instance ID. Note that the snapshot
state can be <codeph>failed</codeph> or
<codeph>completed</codeph>.</p></li>
</ol>
<p>Workaround: The cloud administrator and/or cloud user (with proper IAM access to the
account's snapshots) can simply delete any orphaned snapshots.</p>
</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down

0 comments on commit d3d8cfc

Please sign in to comment.