| ... | ... |
@@ -589,7 +589,7 @@ function install_nova() {
|
| 589 | 589 |
|
| 590 | 590 |
if is_service_enabled n-novnc; then |
| 591 | 591 |
# a websockets/html5 or flash powered VNC console for vm instances |
| 592 |
- NOVNC_FROM_PACKAGE=`trueorfalse True $NOVNC_FROM_PACKAGE` |
|
| 592 |
+ NOVNC_FROM_PACKAGE=`trueorfalse False $NOVNC_FROM_PACKAGE` |
|
| 593 | 593 |
if [ "$NOVNC_FROM_PACKAGE" = "True" ]; then |
| 594 | 594 |
NOVNC_WEB_DIR=/usr/share/novnc |
| 595 | 595 |
install_package novnc |