Skip to content

Commit 19d616d

Browse files
authored
Merge branch 'master' into python-data-3.10-23.07
2 parents 40425b5 + 9b05719 commit 19d616d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cloud/dbaas/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Remember that you can use the help command as `openstack help database` and the
6565

6666
* What `username` and `password` you want to use. In this example we will use `databaseuser` and `myPassword568`.
6767

68-
3. Once you've gathered the data you want to use to create your database you can do it by running the following command. Please update the variables how you see fit, especially `MY_IP`. You can also use the flag `--allowed-cidr` multiple times to add multiple IP-addresses.
68+
3. Once you've gathered the data you want to use to create your database you can do it by running the following command. Please update the variables how you see fit, especially `MY_IP`. You can also use the flag `--allowed-cidr` multiple times to add multiple IP-addresses. By default the database instance are created without any `allowed-cidr` which means that you won't be able to connect to your database.
6969

7070
```sh
7171
openstack database instance create my_database_instance \

docs/cloud/dbaas/web-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Now you can define what settings you want for your database:
2121

2222
On the next page `Database access`:
2323

24-
7. `Allowed CIDRs` - Here you want to add your allowed IP-addresses in the format `$IP/32` if you want to allow multiple IP-addresses. You need to separate them by a comma `,`.
24+
7. `Allowed CIDRs` - Here you want to add your allowed IP-addresses in the format `$IP/32` if you want to allow multiple IP-addresses. You need to separate them by a comma `,`. By default the database are created without any `Allowed CIDRs` which means that you won't be able to connect to your database.
2525

2626
On the third page `Intialize Databases:
2727

0 commit comments

Comments
 (0)