Skip to content

Commit

Permalink
Merge pull request #7307 from hmlanigan/bug-1625830
Browse files Browse the repository at this point in the history
Related to bug 1625830, rephrase description of use-default-secgroup

config flag for the openstack provider to reduce confusion.

## Please provide the following details to expedite Pull Request review:

----

## Description of change

The current description of the use-default-secgroups isn't clear as to whether the default
security group will be the only one used for the openstack provider.  Updating it to clarify.

## QA steps

N/A

## Documentation changes

Maybe, are the provider config flags documented on a wiki or online document outside of the juju
code?

## Bug reference

https://bugs.launchpad.net/juju/+bug/1625830
  • Loading branch information
jujubot committed May 8, 2017
2 parents e204e92 + cade576 commit d0ffa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/openstack/config.go
Expand Up @@ -18,7 +18,7 @@ var configSchema = environschema.Fields{
Type: environschema.Tbool,
},
"use-default-secgroup": {
Description: `Whether new machine instances should have the "default" Openstack security group assigned.`,
Description: `Whether new machine instances should have the "default" Openstack security group assigned in addition to juju defined security groups.`,
Type: environschema.Tbool,
},
"network": {
Expand Down

0 comments on commit d0ffa6a

Please sign in to comment.