Update the "source" to "."
When import rc file into openstack, use "." rather than "source". Change-Id: I8d115db48bb152acc0b5e54b218684d0d4b4384e
This commit is contained in:
parent
d9740e9c40
commit
167974aa0e
@ -608,7 +608,7 @@ the content shown below.
|
||||
mkdir /etc/kolla/config/nova
|
||||
cat << EOF > /etc/kolla/config/nova/nova-compute.conf
|
||||
[libvirt]
|
||||
virt_type=qemu
|
||||
virt_type = qemu
|
||||
EOF
|
||||
|
||||
For *all-in-one* deployments, the following commands can be run. These will
|
||||
@ -650,7 +650,7 @@ with a glance image and neutron networks.
|
||||
|
||||
::
|
||||
|
||||
source /etc/kolla/admin-openrc.sh
|
||||
. /etc/kolla/admin-openrc.sh
|
||||
|
||||
#centOS
|
||||
cd /usr/share/kolla-ansible
|
||||
|
Loading…
Reference in New Issue
Block a user