update CHANGELOG
This commit is contained in:
parent
f8c877771d
commit
27e525e508
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue