Fix typos in a document and a comment
reciever => receiver explict => explicit Change-Id: I777ca463cefa222d8c5251ce29a898f46119b122
This commit is contained in:
		| @@ -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 | ||||
| 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 | ||||
| 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. | ||||
|  | ||||
|   | ||||
| @@ -444,7 +444,7 @@ class Controller(pyngus.ConnectionEventHandler): | ||||
|             conn_props["x-ssl-ca-file"] = self.ssl_ca_file | ||||
|         if self.ssl_cert_file: | ||||
|             # 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) | ||||
|             conn_props["x-ssl-server"] = True | ||||
|             conn_props["x-ssl-identity"] = (self.ssl_cert_file, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Takashi NATSUME
					Takashi NATSUME