blob: 69982ce5aafb4936fc2225ebb859b4e877e2719d (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
set -x
sed -i 's/ens785f1/eno4/g' ../type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
cp files/heat-public-net-deployment-pod10.yaml files/heat-public-net-deployment.yaml
|