diff options
Diffstat (limited to 'deployment/aks/create_devstack.sh')
-rwxr-xr-x | deployment/aks/create_devstack.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deployment/aks/create_devstack.sh b/deployment/aks/create_devstack.sh index fc136f00a..63ce54765 100755 --- a/deployment/aks/create_devstack.sh +++ b/deployment/aks/create_devstack.sh @@ -238,6 +238,7 @@ cat > $DATA_FILE <<EOF package_upgrade: true packages: - resolvconf + - python3-dev users: - default - name: stack @@ -292,7 +293,9 @@ write_files: PUBLIC_BRIDGE=br-ex OVS_BRIDGE_MAPPINGS=public:br-ex - [[post-config|\$NOVA_CONF]] + USE_PYTHON3=True + + [[post-config|/etc/nova/nova.conf]] [libvirt] cpu_mode = host-passthrough |