diff options
author | your name <email@163.com> | 2015-09-09 03:26:11 -0400 |
---|---|---|
committer | your name <email@163.com> | 2015-09-09 03:26:11 -0400 |
commit | 72039e915d1fc960bd0d7fccd910ea282d61bee7 (patch) | |
tree | 60452129b1b9f3c3419b4a29a038f5f0cbade5f7 /deploy/template | |
parent | cf87d3067a63cb8be315a3addfd9c27d86be3b5a (diff) |
Compass Netconfig optimization
Change-Id: Icbcfc7d794623436f22be5f6763b212a25d4fac7
JIRA: COMPASS-30
Diffstat (limited to 'deploy/template')
-rw-r--r-- | deploy/template/vm/host.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy/template/vm/host.xml b/deploy/template/vm/host.xml index b399e6ff..11b29f0c 100644 --- a/deploy/template/vm/host.xml +++ b/deploy/template/vm/host.xml @@ -36,16 +36,6 @@ <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface> - <interface type='bridge'> - <source bridge='REPLACE_BRIDGE_PUBLIC'/> - <model type='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> - </interface> - <interface type='bridge'> - <source bridge='REPLACE_BRIDGE_STORAGE'/> - <model type='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> - </interface> <serial type='pty'> <source path='/dev/pts/0'/> </serial> |