Bug 700811
Summary: | image push fails when trying to ssh into image after it just shutdown | ||
---|---|---|---|
Product: | [Retired] CloudForms Cloud Engine | Reporter: | Dave Johnson <dajohnso> |
Component: | imagefactory | Assignee: | Ian McLeod <imcleod> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.3.1 | CC: | cpelland, dajohnso, deltacloud-maint, ssachdev, whayutin |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-02 11:07:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dave Johnson
2011-04-29 13:27:39 UTC
In order to push templates to EC2, you need to modify /usr/lib/python2.6/site-packages/imagefactory/builders/FedoraBuilder.py Line 585... This: ---------------------- self.guest.guest_execute_command(guestaddr, "[ -f /etc/init.d/firstboot ] && /sbin/chkconfig firstboot off") To: ---------------------- self.guest.guest_execute_command(guestaddr, "[ -f /etc/init.d/firstboot ] && /sbin/chkconfig firstboot off || /bin/true") ======================================= After making the above change , i got an instance running and could ssh into it. However , the name of ssh key that is downloaded and the one which amazon account shows are different. Can't we download the key with the same name ? *** This bug has been marked as a duplicate of bug 698689 *** perm close |