]> review.fuel-infra Code Review - openstack-build/heat-build.git/shortlog
openstack-build/heat-build.git
2012-04-04 Ian MainDon't need these files anymore. As per the layout...
2012-04-03 Ian MainFix stack_delete()
2012-04-03 Ian Mainstack_db attributes seem broken. Comment these out...
2012-04-03 Ian MainFix create a bit more.
2012-04-03 Ian MainHook up RPC methods
2012-03-30 Ian MainStack list now communicating end to end. Time to hook...
2012-03-30 Ian MainChange default exchange to heat-engine from nova. ...
2012-03-30 Angus SalkeldGet simple rpc.call working
2012-03-30 Angus SalkeldAdd needed strtime functions from nova
2012-03-30 Angus SalkeldAdd missing references
2012-03-27 Ian MainFix up some imports so they work. I think this is...
2012-03-27 Angus SalkeldInitial work on migrating heat-engine to rpc
2012-03-26 Angus SalkeldBegin the change to a python only implementation.
2012-03-26 Angus SalkeldAdd an experimental ssh monitoring script.
2012-03-23 Steven DakeCovert AWS instance types into Openstack Flavors
2012-03-23 Steven DakeChange run_parser.py to run t1.micro rather then m1...
2012-03-23 Steven DakeSome glance keystone changes from getting started guide
2012-03-23 Steven DakeUpdated with latest F17 nova auth fix
2012-03-23 Steven Dakeinstall/erase working better
2012-03-23 Angus SalkeldAdd a openstack helper install script
2012-03-23 Angus SalkeldAdd elastic ip association to parser.
2012-03-23 Ian MainA few cleanups and some comments. Nothing major.
2012-03-22 Steven DakeUse keystone auth environment variables
2012-03-22 Angus SalkeldImproved "test" parser for python orchestration.
2012-03-21 Angus SalkeldRecord events and retrieve them via "heat events_list...
2012-03-21 Angus Salkeldtweak the templates so the defaults are actually what...
2012-03-21 Steven DakeUse full distro-arch as name of image registered with...
2012-03-21 Tomas SedovicProperly handle templates of invalid format
2012-03-21 Tomas SedovicDisplay error message on invalid template URL
2012-03-21 Tomas SedovicDisplay message on heat-api and heat-engine startup
2012-03-21 Chris AlfonsoRemoved the *.log from the .gitignore so I can add...
2012-03-21 Chris AlfonsoRemoving some of the cargo cult copy paste shrapnel
2012-03-21 Chris AlfonsoAdding rpm packaging for heat packages
2012-03-21 Angus Salkeldteach jeos_create about the debug option.
2012-03-21 Angus SalkeldImprove the error checking in jeos_create
2012-03-20 Chris AlfonsoUpdating template example github link
2012-03-20 Chris AlfonsoMinor text edits
2012-03-20 Chris AlfonsoDirectives to not use variable names that conflict...
2012-03-20 Tomas SedovicFix a module import failure
2012-03-20 Angus SalkeldFix README bullets
2012-03-20 Angus SalkeldFix README headings
2012-03-20 Angus SalkeldUpdate the README
2012-03-20 Angus SalkeldStart separating the api and the implementation.
2012-03-20 Angus Salkeldfix delete params (was treated as body)
2012-03-20 Steven DakeUpdate readme with correct "raw" url for template
2012-03-20 Steven DakeRemove erroneous setup operation
2012-03-20 Angus SalkeldInstall config files properly.
2012-03-19 Angus SalkeldRename the etc/ files to what they need to be.
2012-03-19 Angus SalkeldPretty up the README
2012-03-19 Angus SalkeldAdd etc to the manifest
2012-03-19 Steven DakeAdd a jeos create operation using oz
2012-03-19 Steven DakeUpdated README with install directions
2012-03-19 Steven DakeAdd MANIFEST.in and add a oz tdl for a F16 jeos
2012-03-16 Angus SalkeldMerge pull request #12 from markmc/sync-cfg-from-openst...
2012-03-16 Angus SalkeldMerge pull request #11 from markmc/unused-util-code
2012-03-16 Mark McLoughlinSync cfg from openstack-common
2012-03-16 Mark McLoughlinRemove a bunch of unused util code
2012-03-16 Angus SalkeldAdd a cape event listener.
2012-03-16 Angus SalkeldCatch errors better when creating the stack
2012-03-16 Angus SalkeldRemerge common code with glance.
2012-03-16 Ian MainAdd config cp to README doc.
2012-03-16 Angus SalkeldDon't crash if there is no "AWS::CloudFormation::Init...
2012-03-15 Angus SalkeldMove the default port number into common.config
2012-03-15 Angus SalkeldChange the default port references to DEFAULT_PORT
2012-03-15 Ian MainFix missing paren.
2012-03-15 Angus SalkeldAdd a call to start cape process.
2012-03-15 Angus SalkeldHook up the update and delete (not quite working)
2012-03-15 Angus SalkeldAdd a very rough-and-ready conversion from json to...
2012-03-15 Angus SalkeldAdd support for getting the template via url else we...
2012-03-15 Angus SalkeldAdd missing RequestUriTooLong exception.
2012-03-15 Angus SalkeldFix the systemd service section in the template.
2012-03-15 Angus SalkeldAdd a disto mapping to get the image name.
2012-03-15 Angus SalkeldSimplify the template more.
2012-03-14 Angus SalkeldAdd a simple single instance wordpress template
2012-03-14 Angus SalkeldRemove openstack copy right assignment as we have not...
2012-03-14 Angus SalkeldAdd a simple in-memory "db" so we can create/list stacks
2012-03-13 Angus SalkeldAdd setup.py and friends
2012-03-13 Angus SalkeldAdd simple readme
2012-03-13 Angus SalkeldFix Parameters
2012-03-13 Angus SalkeldInitial commit (basics copied from glance)