Merge "Remove trailing spaces, convert dos2unix"
This commit is contained in:
commit
6527af5a4c
manila/tests/share/drivers/dell_emc/plugins/unity
releasenotes/notes
tools
@ -992,6 +992,7 @@ test_create_nfs_share_batch:
|
|||||||
nfs_share: &nfs_share__test_create_nfs_share_batch
|
nfs_share: &nfs_share__test_create_nfs_share_batch
|
||||||
_properties:
|
_properties:
|
||||||
name: '716100cc-e0b4-416b-ac27-d38dd019330d'
|
name: '716100cc-e0b4-416b-ac27-d38dd019330d'
|
||||||
|
size: 151081080
|
||||||
|
|
||||||
unity:
|
unity:
|
||||||
_methods:
|
_methods:
|
||||||
@ -1005,11 +1006,6 @@ test_create_nfs_share_batch:
|
|||||||
_properties:
|
_properties:
|
||||||
<<: *nas_server_prop
|
<<: *nas_server_prop
|
||||||
|
|
||||||
nfs_share:
|
|
||||||
_properties:
|
|
||||||
name: '716100cc-e0b4-416b-ac27-d38dd019330d'
|
|
||||||
size: 151081080
|
|
||||||
|
|
||||||
test_get_share_with_invalid_proto:
|
test_get_share_with_invalid_proto:
|
||||||
share:
|
share:
|
||||||
_properties:
|
_properties:
|
||||||
|
0
releasenotes/notes/bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.yaml
Executable file → Normal file
0
releasenotes/notes/bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.yaml
Executable file → Normal file
@ -39,7 +39,7 @@ DB_ROOT_PW=${POSTGRES_ROOT_PW:-insecure_slave}
|
|||||||
|
|
||||||
# Setup user
|
# Setup user
|
||||||
root_roles=$(sudo -H -u postgres psql -t -c "
|
root_roles=$(sudo -H -u postgres psql -t -c "
|
||||||
SELECT 'HERE' from pg_roles where rolname='$DB_USER'")
|
SELECT 'HERE' from pg_roles where rolname='$DB_USER'")
|
||||||
if [[ ${root_roles} == *HERE ]];then
|
if [[ ${root_roles} == *HERE ]];then
|
||||||
sudo -H -u postgres psql -c "ALTER ROLE $DB_USER WITH SUPERUSER LOGIN PASSWORD '$DB_PW'"
|
sudo -H -u postgres psql -c "ALTER ROLE $DB_USER WITH SUPERUSER LOGIN PASSWORD '$DB_PW'"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user