os-net-config: use package-installs

Updates the os-net-config element to use package-installs.

Change-Id: I041891d928be160c82c681c3d548be5750cdb165
This commit is contained in:
Dan Prince 2014-11-14 10:59:52 -05:00
parent 7391209820
commit a6bb02583c
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,5 @@
os-apply-config
os-refresh-config
package-installs
pip-manifest
openvswitch

View File

@ -1,4 +0,0 @@
#!/bin/bash
set -eux
install-packages os-net-config

View File

@ -0,0 +1 @@
os_net_config_package

View File

@ -0,0 +1,5 @@
{
"default": {
"os_net_config_package": "os-net-config"
}
}