Rename nimble to mogan (5)

This will clean up all things

Change-Id: I57682cbeb62e03f3bf65359729136362c35d69fc
This commit is contained in:
Zhenguo Niu
2017-01-05 01:11:10 +08:00
parent 7575d1b96e
commit e508d77796
31 changed files with 172 additions and 172 deletions

View File

@@ -14,7 +14,7 @@
# under the License.
from oslo_config import cfg
from oslo_context import context as nimble_context
from oslo_context import context as mogan_context
import oslo_messaging as messaging
from mogan.common import exception
@@ -90,7 +90,7 @@ class RequestContextSerializer(messaging.Serializer):
return context.to_dict()
def deserialize_context(self, context):
return nimble_context.RequestContext.from_dict(context)
return mogan_context.RequestContext.from_dict(context)
def get_transport_url(url_str=None):