Skip to content

Commit

Permalink
clean command cloudstack-secure
Browse files Browse the repository at this point in the history
  • Loading branch information
fredga committed Jun 13, 2023
1 parent c1d838c commit e84707c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion commands/commands_usage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ var _ = Describe("Commands Usage", func() {
--cloudstack-secret-access-key CloudStack Secret Access Key env: $BBL_CLOUDSTACK_SECRET_ACCESS_KEY
--cloudstack-api-key CloudStack Api Key env: $BBL_CLOUDSTACK_API_KEY
--cloudstack-zone CloudStack Zone env: $BBL_CLOUDSTACK_ZONE
--cloudstack-secure CloudStack Activate sec group env: $BBL_CLOUDSTACK_SECURE
--cloudstack-iso-segment CloudStack Activate iso segemnt env: $BBL_CLOUDSTACK_ISO_SEGMENT
Load Balancer options:
Expand Down
1 change: 0 additions & 1 deletion config/global_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ type GlobalFlags struct {
CloudStackZone string `long:"cloudstack-zone" env:"BBL_CLOUDSTACK_ZONE"`
CloudStackNetworkVpcOffering string `long:"cloudstack-network-vpc-offering" env:"BBL_CLOUDSTACK_NETWORK_VPC_OFFERING"`
CloudStackComputeOffering string `long:"cloudstack-compute-offering" env:"BBL_CLOUDSTACK_COMPUTE_OFFERING"`
CloudStackSecure bool `long:"cloudstack-secure" env:"BBL_CLOUDSTACK_SECURE"`
CloudStackIsoSegment bool `long:"cloudstack-iso-segment" env:"BBL_CLOUDSTACK_ISO_SEGMENT"`
}

0 comments on commit e84707c

Please sign in to comment.