error in package-create command
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-muranoclient |
Fix Released
|
Medium
|
Dmytro Dovbii |
Bug Description
Attempt to create package with `package-create` command causes to error:
(venv)ddovbii@
Making authentication request to http://
Starting new HTTP connection (1): 172.16.40.136
"POST /v2.0/tokens HTTP/1.1" 200 4912
Traceback (most recent call last):
File "/home/
sys.
File "/home/
MuranoShell
File "/home/
args.
File "/home/
archive_name = os.path.
File "/home/
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Changed in python-muranoclient: | |
importance: | Undecided → Medium |
milestone: | none → 0.7.2 |
Changed in python-muranoclient: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/230491
Review: https:/