trio2o/trio2o
hejiawei 70783b0157 Fix the bug 1578882
1.What is the problem?
Any functions should not be copied and pasted but imported
from other components.The follow functions are copied from
Nova:
 42 def url_join(*parts):
 [snip]

395 def url_join(*parts):
 [snip]

 43 def remove_trailing_version_from_href(href):
 [snip]

278 def remove_trailing_version_from_href(href):
 [snip]

2.What is the solution to the problem?
We can't import it from nova,so we move it to common module.

3.What the features need to be implemented to the Tricircle
  to realize the solution?
No new features.

Change-Id: I747f1a43fa20bf66ae56b6e2927410224d0e8acd
Closes-Bug: #1578882
2016-12-01 11:20:15 +08:00
..
api Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
cinder_apigw Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
common Fix the bug 1578882 2016-12-01 11:20:15 +08:00
db Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
nova_apigw Fix the bug 1578882 2016-12-01 11:20:15 +08:00
tempestplugin Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
tests Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
xjob Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00
__init__.py Remove networking related code from the Trio2o 2016-11-14 02:12:48 -05:00