You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging all services to a single syslog can be convenient. Enable syslogging by seting<code>SYSLOG</code> to <code>True</code>. If the destination log host is not localhost <code>SYSLOG_HOST</code> and <code>SYSLOG_PORT</code> can be used to direct the message stream to the log host.
149
+
Logging all services to a single syslog can be convenient. Enable syslogging by setting<code>SYSLOG</code> to <code>True</code>. If the destination log host is not localhost <code>SYSLOG_HOST</code> and <code>SYSLOG_PORT</code> can be used to direct the message stream to the log host.
<p>From here on use the <code>stack</code> user. <b>Logout</b> and <b>login</b> as the
124
124
<code>stack</code> user.</p>
@@ -221,7 +221,7 @@ <h2>Options <small>pimp your stack</small></h2>
221
221
</div>
222
222
223
223
<h3>Additional Users</h3>
224
-
<p>DevStack creates two OpenStack users (<code>admin</code> and <code>demo</code>) and two tenants (also <code>admin</code> and <code>demo</code>). <code>admin</code> is exactly what it sounds like, a priveleged administrative account that is a member of both the <code>admin</code> and <code>demo</code> tenants. <code>demo</code> is a normal user account that is only a member of the <code>demo</code> tenant. Creating additional OpenStack users can be done through the dashboard, sometimes it is easier to do them in bulk from a script, especially since they get blown away every time
224
+
<p>DevStack creates two OpenStack users (<code>admin</code> and <code>demo</code>) and two tenants (also <code>admin</code> and <code>demo</code>). <code>admin</code> is exactly what it sounds like, a privileged administrative account that is a member of both the <code>admin</code> and <code>demo</code> tenants. <code>demo</code> is a normal user account that is only a member of the <code>demo</code> tenant. Creating additional OpenStack users can be done through the dashboard, sometimes it is easier to do them in bulk from a script, especially since they get blown away every time
225
225
<code>stack.sh</code> runs. The following steps are ripe for scripting:</p>
226
226
<pre># Get admin creds
227
227
. openrc admin admin
@@ -275,7 +275,7 @@ <h3>Volumes</h3>
275
275
vgcreate stack-volumes /dev/sdc</pre>
276
276
277
277
<h3>Syslog</h3>
278
-
<p>DevStack is capable of using <code>rsyslog</code> to agregate logging across the cluster.
278
+
<p>DevStack is capable of using <code>rsyslog</code> to aggregate logging across the cluster.
279
279
It is off by default; to turn it on set <code>SYSLOG=True</code> in <code>local.conf</code>.
280
280
<code>SYSLOG_HOST</code> defaults to <code>HOST_IP</code>; on the compute nodes it
281
281
must be set to the IP of the cluster controller to send syslog output there. In the example
Copy file name to clipboardExpand all lines: docs/source/guides/single-machine.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ <h2>Installation <small>shake and bake</small></h2>
69
69
</div>
70
70
71
71
<h3>Add your user</h3>
72
-
<p>We need to add a user to install DevStack. (if you created a user during install you can skip this step and just give the user sudo priviledges below)</p>
72
+
<p>We need to add a user to install DevStack. (if you created a user during install you can skip this step and just give the user sudo privileges below)</p>
73
73
<pre>adduser stack</pre>
74
-
<p>Since this user will be making many changes to your system, it will need to have sudo priviledges:</p>
74
+
<p>Since this user will be making many changes to your system, it will need to have sudo privileges:</p>
0 commit comments