Custom Search

Monday, February 28, 2011

Eucalyptus Instance goes from pending to shutting down to terminated

Eucalyptus Instance goes from pending to shutting down to terminated

vim /etc/eucalyptus/eucalyptus.conf

Change "eth0" to "br0" or "br0" to "eth0" based on your network configuration

---------------------------

# Affects: CC, NC
# See: **NOTE** below
ENABLE_WS_SECURITY="Y"
LOGLEVEL="DEBUG"
VNET_PUBINTERFACE="eth0" <---
VNET_PRIVINTERFACE="eth0" <---
VNET_MODE="MANAGED-NOVLAN"

--------------------------- change to

# Affects: CC, NC
# See: **NOTE** below
ENABLE_WS_SECURITY="Y"
LOGLEVEL="DEBUG"
VNET_PUBINTERFACE="br0" <---
VNET_PRIVINTERFACE="br0" <---
VNET_MODE="MANAGED-NOVLAN"

No comments:

Post a Comment