Fix typos in a document and a comment

reciever => receiver
explict => explicit

Change-Id: I777ca463cefa222d8c5251ce29a898f46119b122
This commit is contained in:
Takashi NATSUME 2015-09-01 16:42:50 +09:00
parent ca7adccb20
commit 4d0ab45200
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ The way that deploy the receiver process is to run it under a new user 'oslo'
and give all openstack daemons access via group membership of 'oslo' - this and give all openstack daemons access via group membership of 'oslo' - this
supports using /var/run/openstack as a shared IPC directory for all openstack supports using /var/run/openstack as a shared IPC directory for all openstack
processes, allowing different services to be hosted on the same server, served processes, allowing different services to be hosted on the same server, served
by a single oslo-messaging-zmq-reciever process. by a single oslo-messaging-zmq-receiver process.
The IPC runtime directory, 'rpc_zmq_ipc_dir', can be set in [DEFAULT] section. The IPC runtime directory, 'rpc_zmq_ipc_dir', can be set in [DEFAULT] section.

View File

@ -444,7 +444,7 @@ class Controller(pyngus.ConnectionEventHandler):
conn_props["x-ssl-ca-file"] = self.ssl_ca_file conn_props["x-ssl-ca-file"] = self.ssl_ca_file
if self.ssl_cert_file: if self.ssl_cert_file:
# assume this connection is for a server. If client authentication # assume this connection is for a server. If client authentication
# support is developed, we'll need an explict flag (server or # support is developed, we'll need an explicit flag (server or
# client) # client)
conn_props["x-ssl-server"] = True conn_props["x-ssl-server"] = True
conn_props["x-ssl-identity"] = (self.ssl_cert_file, conn_props["x-ssl-identity"] = (self.ssl_cert_file,