Typo fix: underlaying => underlying

Change-Id: I587d55b27641cade16ba8e41e1bafde775444268
This commit is contained in:
Anh Tran
2017-02-07 10:49:13 +07:00
parent 40b67c277b
commit de8f5381ca

View File

@ -243,7 +243,7 @@ The callback function will receive the following arguments:
* event_type: will be one of CREATED, UPDATED, or DELETED, see
neutron.api.rpc.callbacks.events for details.
With the underlaying oslo_messaging support for dynamic topics on the receiver
With the underlying oslo_messaging support for dynamic topics on the receiver
we cannot implement a per "resource type + resource id" topic, rabbitmq seems
to handle 10000's of topics without suffering, but creating 100's of
oslo_messaging receivers on different topics seems to crash.