Fixed onos-config to include onos-incubator as a boot feature.
Change-Id: Id4f71574ba5b9c2a80178cef0a935630215ca278
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | remote=$ONOS_USER@${1:-$OCI} | 9 | remote=$ONOS_USER@${1:-$OCI} |
10 | 10 | ||
11 | # ONOS boot features | 11 | # ONOS boot features |
12 | -export ONOS_BOOT_FEATURES="${ONOS_BOOT_FEATURES:-webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-gui}" | 12 | +export ONOS_BOOT_FEATURES="${ONOS_BOOT_FEATURES:-webconsole,onos-api,onos-core,onos-incubator,onos-cli,onos-rest,onos-gui}" |
13 | 13 | ||
14 | # ONOS builtin apps and providers ignited by default | 14 | # ONOS builtin apps and providers ignited by default |
15 | export ONOS_APPS="${ONOS_APPS:-drivers,openflow}" | 15 | export ONOS_APPS="${ONOS_APPS:-drivers,openflow}" | ... | ... |
-
Please register or login to post a comment