Guest User

Untitled

a guest
Dec 12th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. diff --git a/quantum/openstack/common/rpc/impl_kombu.py b/quantum/openstack/common/rpc/impl_kombu.py
  2. index 64e6718..70381d9 100644
  3. --- a/quantum/openstack/common/rpc/impl_kombu.py
  4. +++ b/quantum/openstack/common/rpc/impl_kombu.py
  5. @@ -29,11 +29,11 @@ import kombu.connection
  6. import kombu.entity
  7. import kombu.messaging
  8.  
  9. -from openstack.common import cfg
  10. -from openstack.common.gettextutils import _
  11. -from openstack.common.rpc import amqp as rpc_amqp
  12. -from openstack.common.rpc import common as rpc_common
  13. -from openstack.common import network_utils
  14. +from quantum.openstack.common import cfg
  15. +from quantum.openstack.common.gettextutils import _
  16. +from quantum.openstack.common.rpc import amqp as rpc_amqp
  17. +from quantum.openstack.common.rpc import common as rpc_common
  18. +from quantum.openstack.common import network_utils
  19.  
  20. kombu_opts = [
  21. cfg.StrOpt('kombu_ssl_version',
Add Comment
Please, Sign In to add comment