update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-28 15:19:22 -07:00
parent f8c877771d
commit 27e525e508
2 changed files with 6 additions and 5 deletions

View File

@ -4,10 +4,11 @@ FEATURES:
IMPROVEMENTS: IMPROVEMENTS:
* builder/openstack: Add rackconnect_wait for Rackspace customers to wait for * builder/openstack: Add `rackconnect_wait` for Rackspace customers to wait for
RackConnect data to appear RackConnect data to appear
* buidler/openstakc: Add ssh_interface option for rackconnect for users that * buidler/openstakc: Add `ssh_interface` option for rackconnect for users that
have prohibitive firewalls have prohibitive firewalls
* command/push: Add `-name` flag for specifying name from CLI [GH-2042]
BUG FIXES: BUG FIXES:

View File

@ -263,7 +263,7 @@ func TestParse(t *testing.T) {
{ {
"parse-push.json", "parse-push.json",
&Template{ &Template{
Push: &Push{ Push: Push{
Name: "foo", Name: "foo",
}, },
}, },