Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 934dbf8

Browse files
author
Jamie Hannaford
committed
Merge pull request #591 from hpcloud/hpe/build_constraint_fix
fixing build constraints for lbaas_v2 fixtures
2 parents 67139b9 + 8b6b1b7 commit 934dbf8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

openstack/networking/v2/extensions/lbaas_v2/listeners/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package listeners
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/loadbalancers/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package loadbalancers
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/monitors/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package monitors
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/pools/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package pools
34

45
import (

0 commit comments

Comments
 (0)