Fix XenAPINFS configuration
fixes bug 1087272 Trying to configure XenAPINFS volume driver through localrc options failed. This fix removes the extra check, as lib/cinder already exits on error. Change-Id: I874b7cee44861244cb7a340cc4094ef3f8b48a5a
This commit is contained in:
@@ -159,7 +159,6 @@ function configure_cinder() {
|
||||
iniset $CINDER_CONF DEFAULT xenapi_nfs_server "$CINDER_XENAPI_NFS_SERVER"
|
||||
iniset $CINDER_CONF DEFAULT xenapi_nfs_serverpath "$CINDER_XENAPI_NFS_SERVERPATH"
|
||||
)
|
||||
[ $? -ne 0 ] && exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user