| Summary: | Importing ospd-7 images on ospd-8 undercloud fails | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | wes hayutin <whayutin> |
| Component: | python-tripleoclient | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | Shai Revivo <srevivo> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 (Liberty) | CC: | apannu, apetrich, beth.white, hbrock, jcoufal, jrist, jslagle, mburns, rhel-osp-director-maint |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-23 14:47:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
wes hayutin
2016-02-05 17:03:07 UTC
command: overcloud image upload -> tripleoclient.v1.overcloud_image.UploadOvercloudImage
take_action(Namespace(http_boot='/httpboot', image_path='./', old_deploy_image=False, os_image='overcloud-full.qcow2', update_existing=False))
checking if image files exist
Required file "./ironic-python-agent.initramfs" does not exist.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 374, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/lib/python2.7/site-packages/cliff/command.py", line 54, in run
self.take_action(parsed_args)
File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_image.py", line 694, in take_action
image))
File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_image.py", line 572, in _check_file_exists
'Required file "%s" does not exist.' % file_path
CommandError: Required file "./ironic-python-agent.initramfs" does not exist.
clean_up UploadOvercloudImage: Required file "./ironic-python-agent.initramfs" does not exist.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 112, in run
ret_val = super(OpenStackShell, self).run(argv)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 255, in run
result = self.run_subcommand(remainder)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 374, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/lib/python2.7/site-packages/cliff/command.py", line 54, in run
self.take_action(parsed_args)
File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_image.py", line 694, in take_action
image))
File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_image.py", line 572, in _check_file_exists
'Required file "%s" does not exist.' % file_path
CommandError: Required file "./ironic-python-agent.initramfs" does not exist.
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. This isn't related to 10. |