Skip to content

Commit

Permalink
export-dcn: adapt for 17.1 (compatible with 16.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Aug 30, 2023
1 parent bf0d306 commit c2a41d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/files/export-dcn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameter_defaults:
oslo_messaging_notify_use_ssl: false
oslo_messaging_rpc_use_ssl: false
EOF
sudo egrep "oslo.*password" /etc/puppet/hieradata/service_configs.json \
sudo egrep "oslo.*password" $HOME/tripleo-standalone-passwords.yaml \
| sed -e s/\"//g -e s/,//g >> $DIR/oslo.yaml

STANDALONE_LATEST=$(find $HOME/standalone-ansible-*/group_vars -type d -printf "%T@ %p\n" | sort -n | cut -d' ' -f 2- | tail -n 1)
Expand Down

0 comments on commit c2a41d7

Please sign in to comment.