]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-04-17 Zane BitterRemove hard-coded paths from DB setup script
2012-04-17 Zane BitterAvoid printing exception in db-setup
2012-04-17 rootHandle exception on Ctrl-C
2012-04-17 Steven DakeUpdated WordPress_Single_Instance.template to work...
2012-04-17 Steven DakeUpdate templates README with list of secure vs insecure...
2012-04-17 Steven DakeMake WordPress_Single_Instance_With_EBS_Volume.template...
2012-04-17 Angus Salkeldremove old experimental code
2012-04-17 Angus Salkeldkill all pep8 errors in parser and resources
2012-04-16 Steven DakeUpdated templates/README directory to more clearly...
2012-04-16 Steven DakeRename WordPress_Single_Instance_cfntools.template...
2012-04-16 Steven DakeRename WordPress_Single_Instance.template to have gold...
2012-04-16 Steven DakeAdjust cfn-init -f flag to be implicit
2012-04-16 Steven DakeAdjust cfn-init to not use -f option
2012-04-16 Steven DakeAdjust cfn-init to not take a parameter in the initiali...
2012-04-16 Steven DakeFix bug in path on cfn-init
2012-04-16 Greg BlomquistFix for issue #75: no more -f in cfn-init
2012-04-16 Steven Dakegold plating the WordPress_2_Instances template
2012-04-16 Steven DakeWordpress 2 with EBS working
2012-04-16 Chris AlfonsoResolving rpmlint errors and adding man pages.
2012-04-16 Tomas SedovicRegister security group with launched instances
2012-04-16 Tomas SedovicFix creation of security group and rules
2012-04-16 Angus SalkeldFix a heap of pep8 errors
2012-04-16 Angus SalkeldMake an attempt at passing exception messages from...
2012-04-16 Angus SalkeldFix 'heat describe'
2012-04-16 Steven DakeAdd a traceback on exception caught
2012-04-16 Steven DakeAdd a README to the templates directory to aid in navig...
2012-04-16 Steven DakeAdd a tools/heat-db-drop script for fatal error recovery
2012-04-16 Steven DakeMake Wordpress_2_Instances.template work properly
2012-04-16 Angus SalkeldCheck errors better in resolve_attributes()
2012-04-15 Steven DakeAdd yum-plugin-fastestmirror on F17-x86_64 cfntools...
2012-04-15 Steven DakeAdd yum-plugin-fastestmirror to the cfntools images
2012-04-15 Steven DakeUpdate WordPress_2_Instances.template to use cfntools...
2012-04-14 Steven Dakeresources: remove insert_package_and_services
2012-04-14 Steven DakeProperly launches a cfntools image with the appropriate...
2012-04-14 Steven DakeCorrect path to cfninit data
2012-04-14 Steven DakeYet more typos in cfntools template
2012-04-14 Steven DakeFix typo in template
2012-04-14 Steven DakeAdd a cfn-init call to cfntools
2012-04-14 Chris AlfonsoAutomatic commit of package [heat] release [0.0.1-1].
2012-04-14 Chris AlfonsoAdding instructions on building the project with tito
2012-04-14 Chris AlfonsoRemoving the PKG-INFO and vcsversion.py from the rpm
2012-04-14 Chris AlfonsoInitialized to use tito.
2012-04-13 Jeff PeelerAdd unit test framework nose and associated helper...
2012-04-13 Ian MainDocument all methods in the EngineManager class. These...
2012-04-13 Chris AlfonsoUpdating the heat spec to pull in cloudinit files and...
2012-04-13 Chris Alfonsorenaming CloudFormations to CloudFormation
2012-04-13 Zane BitterHandle errors when listing events
2012-04-13 Zane BitterShow stack description when status is unknown
2012-04-13 Zane BitterAllow listing of all events
2012-04-13 Tomas SedovicUse security groups in the multi-instance wp template
2012-04-13 Tomas SedovicFix listing stacks
2012-04-13 Angus SalkeldFix the stack.delete() by populating the resource id...
2012-04-13 Angus Salkeldmove the db stack delete into parser.py as it is non...
2012-04-13 Angus SalkeldCleanup db imports (use heat code, don't import nova...
2012-04-13 Angus SalkeldConsistently create the db resource entry.
2012-04-13 Angus SalkeldAdd SecurityGroups to make is easier to use EIP
2012-04-13 Zane BitterEliminate overly-broad exception catching
2012-04-13 Zane BitterImprovements to DB setup
2012-04-13 Zane BitterIssue #52: Fix error in db-setup script
2012-04-13 Steven DakeStart systemd services properly with cfn-init tool
2012-04-13 Angus SalkeldFix the jeos path when running from installed code.
2012-04-13 Angus SalkeldDelete extra white space
2012-04-13 Angus SalkeldFix 'heat list' when there are no stacks
2012-04-12 Jeff PeelerMerge branch 'master' of github.com:heat-api/heat
2012-04-12 Jeff PeelerMake jeos_create aware of existing disk files and previ...
2012-04-12 Steven DakeUpdate F17 cfntools image to properly boot for cloudinit
2012-04-12 Steven DakeAdd ec2-user to F17 x86_64 tdl
2012-04-12 Steven Dakeadd ec2-user to F16 cfntools image
2012-04-12 Steven DakeUpdate i386 F16 cfntools image to match latest cloudini...
2012-04-12 Steven Dakeupdated F17 x86_64 cfntools tdl to new cloudinit model
2012-04-12 Steven DakeInstall cloudinit specific files that are loaded into...
2012-04-12 Steven DakeUpdated x86_64 cfntools tdl to work with broken F16...
2012-04-12 Chris Alfonsofixing small sed typo
2012-04-12 Tomas SedovicAdd elastic IP and userdata to 2-instance template
2012-04-12 Chris AlfonsoFixing the heat events_list <stack name>
2012-04-12 Tomas SedovicMove the EIP settings into a different template
2012-04-12 Angus SalkeldInitial ElasticIp work - not quite working
2012-04-12 Jeff PeelerAdd newly added tdls to manifest.
2012-04-12 Jeff PeelerAdd 32-bit tdls for Fedora 16,17 jeos (gold and cfntools)
2012-04-11 Zane BitterFix exception getting events list
2012-04-11 Zane BitterImport missing exceptions
2012-04-11 Zane BitterFix setting of admin role in keystone service
2012-04-11 Chris AlfonsoResolving functional conflicts from merge
2012-04-11 Chris AlfonsoAdding new files to heat.spec file
2012-04-11 Chris AlfonsoDefaulting to the mysql db_backend, removing anydbm
2012-04-11 Chris AlfonsoMaking delete stack work
2012-04-11 Chris AlfonsoPersisting resources
2012-04-11 Chris AlfonsoMade datetime objects JSON compatible by calling their...
2012-04-11 Chris AlfonsoIntegrating all stack, template, and event calls with...
2012-04-11 Zane BitterFix reporting of RemoteError exceptions from AMQP
2012-04-11 Zane BitterHandle missing config file
2012-04-11 Angus SalkeldFix silly spello
2012-04-11 Angus SalkeldRecord the reason for any failures
2012-04-11 Steven DakeMake better use of cloud-init
2012-04-11 Angus SalkeldMake the create/delete non-blocking
2012-04-11 Angus SalkeldFix path to keystonerc
2012-04-11 Steven DakeRename cftools to cfntools in the wordpress single...
2012-04-10 Steven DakePut cfn-tools into the cfntool image
2012-04-10 Steven DakeRenamed all occurrances of cftools to cfntools to be...
2012-04-10 Steven DakeMove cfntools to heat directory so they are accessible...
next