Ensure we supply Oslo Version with the correct python_package name
Change-Id: Iae20135b6c5c6d80e6b62bbb59be6c9f4c94dee7
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.dat
|
*.dat
|
||||||
TAGS
|
TAGS
|
||||||
|
*.egg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
build
|
build
|
||||||
.coverage
|
.coverage
|
||||||
|
|||||||
@@ -15,4 +15,5 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
from monikerclient.openstack.common import version as common_version
|
from monikerclient.openstack.common import version as common_version
|
||||||
|
|
||||||
version_info = common_version.VersionInfo('monikerclient')
|
version_info = common_version.VersionInfo('monikerclient',
|
||||||
|
'python-monikerclient')
|
||||||
|
|||||||
Reference in New Issue
Block a user