Commit 27e525e5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

update CHANGELOG

parent f8c87777
......@@ -4,10 +4,11 @@ FEATURES:
IMPROVEMENTS:
* builder/openstack: Add rackconnect_wait for Rackspace customers to wait for
RackConnect data to appear
* buidler/openstakc: Add ssh_interface option for rackconnect for users that
have prohibitive firewalls
* builder/openstack: Add `rackconnect_wait` for Rackspace customers to wait for
RackConnect data to appear
* buidler/openstakc: Add `ssh_interface` option for rackconnect for users that
have prohibitive firewalls
* command/push: Add `-name` flag for specifying name from CLI [GH-2042]
BUG FIXES:
......
......@@ -263,7 +263,7 @@ func TestParse(t *testing.T) {
{
"parse-push.json",
&Template{
Push: &Push{
Push: Push{
Name: "foo",
},
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment