70783b0157
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 |
||
---|---|---|
.. | ||
api | ||
cinder_apigw | ||
common | ||
db | ||
nova_apigw | ||
tempestplugin | ||
tests | ||
xjob | ||
__init__.py |