Skip to content

Commit 9b05719

Browse files
authored
Merge pull request #1712 from CSCfi/DBAAS-117
DBaaS: make it clearer that users needs to allow IPs
2 parents 9d0858d + 4efca8e commit 9b05719

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)