diff --git a/README.md b/README.md index 02bd8b4..660ebd9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Vagrant.configure("2") do |config| os.metadata = {"key" => "value"} # Optional os.network = "YOUR NETWORK_NAME" # Optional - os.address_id = "YOUR ADDRESS ID" # Optional (overrides above, if both set). + os.address_id = "YOUR ADDRESS ID" # Optional (`network` above has higher precedence) os.security_groups = ['ssh', 'http'] # Optional os.tenant = "YOUR TENANT_NAME" # Optional @@ -121,7 +121,7 @@ This provider exposes quite a few provider-specific configuration options: data when configuring the instance. NOTE: This is not compliant with the vagrant network configurations. * `address_id` - A specific address identifier to use when connecting to the - instance. Overrides `network` above if both are set. + instance. `network` has higher precedence. * `security_groups` - List of security groups to be applied to the machine. * `tenant` - Tenant name. You only need to specify this if your OpenStack user has access to multiple tenants.