Bug 1205675

Summary: When passing --pre-create to the heat stack-create command, the command is ignored
Product: [Community] RDO Reporter: Udi Kalifon <ukalifon>
Component: python-heatclientAssignee: Steve Baker <sbaker>
Status: CLOSED NEXTRELEASE QA Contact: Udi Kalifon <ukalifon>
Severity: high Docs Contact:
Priority: unspecified    
Version: JunoCC: jpeeler, yeylon, zbitter
Target Milestone: ---   
Target Release: Kilo   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-15 20:18:09 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:
Embargoed:

Description Udi Kalifon 2015-03-25 12:54:14 UTC
Description of problem:
When trying to add a breakpoint (called a "hook" nowadays) with --pre-create, the command does nothing and no error message is printed


Version-Release number of selected component (if applicable):
python-heatclient-0.3.0.15-ge3f16db.el7.centos.noarch


How reproducible:
100%


Steps to Reproduce:
1. Install according to the sphinx docs https://repos.fedorapeople.org/repos/openstack-m/instack-undercloud/html/virt-setup.html#preparing-the-host-machine
2. Edit the file /bin/instack-deploy-overcloud and add "--pre-create Controller" to the stack-create command 
3. Run instack-deploy-overcloud


Actual results:
The command does nothing. The stack creation doesn't start. Nothing appears in the logs and no error message is dumped to the console.

Comment 1 Steve Baker 2015-04-08 21:31:19 UTC
Please try again with the released version 0.4.0.

0.3.0 did not have breakpoint support

Comment 2 Udi Kalifon 2015-04-09 07:18:55 UTC
This works in the sprint 5 puddle.