aboutsummaryrefslogtreecommitdiffstats
path: root/vicn/resource/lxd/lxd_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'vicn/resource/lxd/lxd_profile.py')
-rw-r--r--vicn/resource/lxd/lxd_profile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/vicn/resource/lxd/lxd_profile.py b/vicn/resource/lxd/lxd_profile.py
index e7afee4a..db871671 100644
--- a/vicn/resource/lxd/lxd_profile.py
+++ b/vicn/resource/lxd/lxd_profile.py
@@ -28,6 +28,8 @@ lxc profile device add {profile.name} root disk pool={profile.pool} path=/
lxc profile device add {profile.name} {profile.iface_name} nic name={profile.iface_name} nictype=bridged parent={profile.network}
lxc profile unset {profile.name} environment.http_proxy
lxc profile unset {profile.name} user.network_mode
+# Temp fix for VPP
+lxc profile create vpp
'''
CMD_LXD_PROFILE_GET = 'lxc profile list | grep {profile.name}'