Skip to content

Commit 1e38cbe

Browse files
author
Scot Marvin
committed
Merge branch '4.0.2'
2 parents 75378a0 + 01c2cd6 commit 1e38cbe

10 files changed

+616
-11
lines changed

content/en_us/admin-guide/roles_tasks_create_role_application.dita

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</step>
3535
<step>
3636
<cmd>Create an instance profile and add the newly created role:</cmd>
37-
<info><codeph>euare-instanceprofile-create -s myinstanceprofile -r
37+
<info><codeph>euare-instanceprofilecreate -s myinstanceprofile -r
3838
mytestrole</codeph></info>
3939
</step>
4040
<step>

content/en_us/cloudformation/cf_templates.dita

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
33
<concept id="cf_templates">
44
<title>CloudFormation Templates</title>
5-
<shortdesc>This topic details templates have been tested with Eucalyptus.</shortdesc>
5+
<shortdesc>This topic details templates that have been tested with Eucalyptus.</shortdesc>
66
<conbody>
77
<section>
88
<title>AccessKeys.template</title>

content/en_us/euca2ools-guide/euare-usercreatecert.dita

+22-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
44
<reference id="euare-usercreatecert">
55
<title>euare-usercreatecert</title>
6-
6+
77
<shortdesc>Creates a signing certificate for a user. This command is not
88
part of the AWS IAM API.</shortdesc>
99
<refbody>
1010
<section>
1111
<title>Syntax</title>
12-
<codeblock>euare-usercreatecert -u <b>user_name</b></codeblock>
12+
<codeblock>euare-usercreatecert -u <b>user_name</b> [--out <b>filename</b>] [--keyout <b>filename</b>]</codeblock>
1313
</section>
1414
<section>
1515
<title>Options</title>
@@ -28,19 +28,33 @@
2828
<tbody>
2929
<row>
3030
<entry><codeph>-u, --user-name
31-
<i>user_name</i></codeph></entry>
31+
<i>user_name</i></codeph></entry>
3232
<entry>User name </entry>
3333
<entry align="center">Yes</entry>
34-
34+
35+
</row>
36+
<row>
37+
<entry><codeph>--out
38+
<i>filename</i></codeph></entry>
39+
<entry>Name of file to write the certificate to (default: <codeblock>stdout</codeblock>)</entry>
40+
<entry align="center">No</entry>
41+
42+
</row>
43+
<row>
44+
<entry><codeph>--keyout
45+
<i>filename</i></codeph></entry>
46+
<entry>Name of file to write the private to (default: <codeblock>stdout</codeblock>)</entry>
47+
<entry align="center">No</entry>
48+
3549
</row>
3650
</tbody>
3751
</tgroup>
3852
</table>
3953
</section>
40-
54+
4155
<section
4256
conref="../shared/euare-common.dita#euare-common/euare_common_options_with_as-account"/>
43-
57+
4458
<section>
4559
<title>Output</title>
4660
<ul>
@@ -49,7 +63,7 @@
4963
<li>Certificate's private key</li>
5064
</ul>
5165
</section>
52-
66+
5367
<section>
5468
<title>Example</title>
5569
<codeblock>euare-usercreatecert
@@ -101,6 +115,6 @@ csCzeUKCU9DOgQKUmwGHsrDxJFpn+BglvX5su/77dilTdh8/lwQFn0MQvligDBcv
101115
4Ir5SjQApIMIy/R+rf5CWtR91rFn6hfxLwQ0OlXzwyH+9UYFWsQ=
102116
-----END RSA PRIVATE KEY-----</codeblock>
103117
</section>
104-
118+
105119
</refbody>
106120
</reference>

content/en_us/release-notes.ditamap

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
</prodinfo>
1616
</topicmeta>
1717
<topicref href="release-notes/index.dita"/>
18+
<topicref href="release-notes/4.0.2/4.0.2_index.dita" collection-type="family">
19+
<topicref href="release-notes/4.0.2/4.0.2_rn_features.dita"/>
20+
<topicref href="release-notes/4.0.2/4.0.2_rn_resolved.dita"/>
21+
<topicref href="release-notes/4.0.2/4.0.2_rn_security.dita"/>
22+
<topicref href="release-notes/4.0.2/4.0.2_rn_issues.dita"/>
23+
</topicref>
1824
<topicref href="release-notes/4.0.1/4.0.1_index.dita" collection-type="family">
1925
<topicref href="release-notes/4.0.1/4.0.1_rn_features.dita"/>
2026
<topicref href="release-notes/4.0.1/4.0.1_rn_resolved.dita"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--This work by Eucalyptus Systems is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. See the accompanying LICENSE file for more information.-->
3+
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
4+
<concept id="index_4.0.0">
5+
<title>4.0.2</title>
6+
<shortdesc></shortdesc>
7+
<conbody>
8+
<p>This section contains release notes for Eucalyptus version 4.0.2.</p>
9+
</conbody>
10+
</concept>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--This work by Eucalyptus Systems is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. See the accompanying LICENSE file for more information.-->
3+
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
4+
<concept id="rn_features_4.0.0">
5+
<title>What's New?</title>
6+
<shortdesc/>
7+
<conbody>
8+
<section>
9+
<title>New Features</title>
10+
<p>Eucalyptus 4.0.2 is a maintenance release and contains no new features.</p>
11+
</section>
12+
13+
</conbody>
14+
</concept>

0 commit comments

Comments
 (0)