Gavin Williams
|
b0981566ec
|
provider/openstack: Add 'value_specs' option to 'openstack_fw_firewall_v1' resource
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated to reflect changes.
|
2016-11-05 10:17:33 +00:00 |
Gavin Williams
|
d3b2c15a2c
|
provider/openstack: Add 'value_specs' option to 'openstack_fw_policy_v1' resource
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated to reflect additions
|
2016-11-04 19:06:25 +00:00 |
Gavin Williams
|
e3246bc63e
|
provider/openstack: Add 'value_specs' option to 'openstack_fw_rule_v1' resource.
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated.
|
2016-11-04 07:19:50 +00:00 |
Joe Topjian
|
41adcb8388
|
Merge pull request #9832 from fatmcgav/openstack_fw_firewall_v1_admin_state_up_default
provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up' should default to 'true'
|
2016-11-03 19:35:10 -06:00 |
Gavin Williams
|
ea9cc43578
|
provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up' should default to 'true'
|
2016-11-03 12:15:04 +00:00 |
Gavin Williams
|
53eea2121e
|
provider/openstack: Don't default 'shared' value, instead only set if specified.
Documentation updated to reflect removal of default value.
Fixes #9829
|
2016-11-03 11:21:39 +00:00 |
Joe Topjian
|
266b5ab598
|
provider/openstack: Openstack Provider Updates (#9725)
* provider/openstack: Adding Identity v3 compatible environment variables
* provider/openstack: Adding missing environment variables
* provider/openstack: line spacing for provider options
* provider/openstack: Making password sensitive
* provider/openstack: Adding descriptions to provider options
* provider/openstack: Clean up provider documentation
* provider/openstack: clean up EndpointType check
|
2016-11-01 13:16:39 +00:00 |
Joe Topjian
|
b269b417b0
|
provider/openstack: LoadBalancer v2 VIP Port ID (#9727)
This commit adds vip_port_id as an exported attribute to the
lb_loadbalancer_v2 resource.
|
2016-11-01 10:25:18 +00:00 |
Joe Topjian
|
a946eb4d91
|
Merge pull request #9617 from jtopjian/openstack-fwaas-proto-any
provider/openstack: Allow any protocol in openstack_fw_rule_v1
|
2016-10-26 12:56:11 -06:00 |
Gavin Williams
|
7438bbd7fe
|
provider/openstack: Add ValueSpecs option to 'openstack_compute_keypair_v2' resource,
refactor to use common types.go and 'MapValueSpecs'
|
2016-10-26 07:50:35 +01:00 |
Joe Topjian
|
d7bd40100c
|
provider/openstack: Allow any protocol in openstack_fw_rule_v1
This commit allows a protocol of "any" to be used in the firewall
rule resource, which will allow any protocol.
|
2016-10-26 02:14:08 +00:00 |
Joe Topjian
|
3929792ebc
|
Merge pull request #9552 from fatmcgav/openstack_networking_floatingip_add_value_specs
provider/openstack: Add 'value_specs' option to 'openstack_networking…
|
2016-10-25 19:35:38 -06:00 |
Gavin Williams
|
60ddc06b3d
|
provider/openstack: Add 'value_specs' option to 'openstack_networking_floatingip_v2' resource,
refactor into common types.go and use new 'MapValueSpecs' function.
Added supporting documentation.
|
2016-10-24 16:05:35 +01:00 |
Gavin Williams
|
b31b044785
|
provider/openstack: Add value_specs option to openstack_networking_port_v2.
Refactored to use common types.go
Add supporting documentation
|
2016-10-24 16:04:00 +01:00 |
Joe Topjian
|
17b1787ec2
|
provider/openstack: gophercloud migration: fixing dhcp and gateway configuration
|
2016-10-23 02:38:29 +00:00 |
Joe Topjian
|
1c6b69e342
|
provider/openstack: gophercloud migration: Make PortID a *string
|
2016-10-23 02:38:29 +00:00 |
Joe Topjian
|
0253dbe51b
|
provider/openstack: gophercloud migration: Accounting for 409 errors with LBaaSV2
|
2016-10-23 02:38:29 +00:00 |
Joe Topjian
|
1fce3ed9fd
|
provider/openstack: gophercloud migration: Fixing persistence update in lbaasv1
|
2016-10-23 02:38:28 +00:00 |
Joe Topjian
|
fbcd8f105b
|
provider/openstack: gophercloud migration: boot from volume updates
|
2016-10-23 02:38:28 +00:00 |
Joe Topjian
|
ea4209c61c
|
provider/openstack: gophercloud migration: Account for subnets and networks still in use
|
2016-10-23 02:38:28 +00:00 |
Joe Topjian
|
394c26c6cc
|
provider/openstack: gophercloud migration: Account for router interface still being in use
|
2016-10-23 02:38:27 +00:00 |
Joe Topjian
|
7df2a66623
|
provider/openstack: gophercloud migration: Allow Firewall v1 Policy to cleanly delete
|
2016-10-23 02:38:27 +00:00 |
Joe Topjian
|
c3679d6c2d
|
provider/openstack: gophercloud migration: Fixing subnet test
|
2016-10-23 02:38:27 +00:00 |
Joe Topjian
|
ed0fe74d59
|
provider/openstack: gophercloud migration: Making GatewayIP computed
|
2016-10-23 02:38:27 +00:00 |
Joe Topjian
|
520b3dda82
|
provider/openstack: gophercloud migration: Spelling correction
|
2016-10-23 02:38:26 +00:00 |
Gavin Williams
|
28466f50a5
|
provider/openstack: gophercloud migration: Only set 'gateway_ip' to "" if 'no_gateway' == true.
|
2016-10-23 02:38:26 +00:00 |
Gavin Williams
|
8405a9f118
|
provider/openstack: gophercloud migration: Update openstack_networking_subnet_v2 to correctly handle Gateway IP
|
2016-10-23 02:38:26 +00:00 |
Gavin Williams
|
9c856a8f6f
|
provider/openstack: gophercloud migration: Removed unused import from types.go
|
2016-10-23 02:38:26 +00:00 |
Gavin Williams
|
e7ef8bb647
|
provider/openstack: gophercloud migration: Ordering tweak in types.go - Now alphabetical :)
|
2016-10-23 02:38:25 +00:00 |
Gavin Williams
|
bfab530410
|
provider/openstack: gophercloud migration: Migrate NetworkCreateOpts to types.go
|
2016-10-23 02:38:25 +00:00 |
Gavin Williams
|
58c3c4ef8e
|
provider/openstack: gophercloud migration: Migrate RouterCreateOpts to types.go
|
2016-10-23 02:38:25 +00:00 |
Gavin Williams
|
56cc232956
|
provider/openstack: gophercloud migration: Refactor existing resources to use 'MapValueSpecs' function
|
2016-10-23 02:38:24 +00:00 |
Gavin Williams
|
ffd5370213
|
provider/openstack: gophercloud migration: Add a 'MapValueSpecs' function which can be used to convert
'value_specs' resource data to a map.
|
2016-10-23 02:38:24 +00:00 |
Gavin Williams
|
796e076313
|
provider/openstack: gophercloud migration: Use 'value_specs' from constructed body, and range over asserted type
|
2016-10-23 02:38:24 +00:00 |
Gavin Williams
|
1eab2121ad
|
provider/openstack: gophercloud migration: Add a BuildRequest function, and refactor types 'SubnetCreateMap' function to use
|
2016-10-23 02:38:24 +00:00 |
Gavin Williams
|
edf80d2ae1
|
provider/openstack: gophercloud migration: Use 'log.Printf' rather than 'log.Println'.
|
2016-10-23 02:38:23 +00:00 |
Gavin Williams
|
a823370a48
|
provider/openstack: gophercloud migration: Fix handling of Neutron networking when managing instances.
|
2016-10-23 02:38:23 +00:00 |
Joe Topjian
|
e36c3e5946
|
provider/openstack: gophercloud migration: Continued removal of APIKey
|
2016-10-23 02:38:23 +00:00 |
Joe Topjian
|
d4722aedc1
|
provider/openstack: gophercloud migration: initial work on types.go
|
2016-10-23 02:38:22 +00:00 |
Joe Topjian
|
27b86ac220
|
provider/openstack: gophercloud migration: metadata update
|
2016-10-23 02:38:22 +00:00 |
Joe Topjian
|
8371d20cf0
|
provider/openstack: gophercloud migration: router interface error response
|
2016-10-23 02:38:22 +00:00 |
Joe Topjian
|
8f21117fb7
|
provider/openstack: gophercloud migration: fwaas policy response error handling
|
2016-10-23 02:38:22 +00:00 |
Joe Topjian
|
c11a4ef214
|
provider/openstack: gophercloud migration: updating error responses
|
2016-10-23 02:38:22 +00:00 |
Joe Topjian
|
9ffef951c5
|
provider/openstack: gophercloud migration: objectstorage
|
2016-10-23 02:38:21 +00:00 |
Joe Topjian
|
d5bf0197a7
|
provider/openstack: gophercloud migration: networking subnet
|
2016-10-23 02:38:21 +00:00 |
Joe Topjian
|
f2ba380794
|
provider/openstack: gophercloud migration: networking secgroup
|
2016-10-23 02:38:21 +00:00 |
Joe Topjian
|
2f957e24fe
|
provider/openstack: gophercloud migration: networking router
|
2016-10-23 02:38:20 +00:00 |
Joe Topjian
|
53bb3187fc
|
provider/openstack: gophercloud migration: networking port
|
2016-10-23 02:38:20 +00:00 |
Joe Topjian
|
68c4956ff2
|
provider/openstack: gophercloud migration: networking network
|
2016-10-23 02:38:20 +00:00 |
Joe Topjian
|
cc86b91d37
|
provider/openstack: gophercloud migration: networking floatingip
|
2016-10-23 02:38:20 +00:00 |