On Mon, Mar 12, 2012 at 10:53 PM, Thomas Goirand wrote:
>
>
> Also, my understanding of Quantum is that it's for Openstack + KVM, and
> that XCP doesn't need it, as the xcp-networkd will do the vFlows work by
> itself. Am I right? How does it work?
>
As an FYI, there's nothing KVM-specific about
You need to install the xenapi plugins:
If you are using devstack (https://github.com/openstack-dev/devstack), the
code below from build_domU.sh does this for you.
# Checkout nova
if [ ! -d $TOP_DIR/nova ]; then
env GIT_SSL_NO_VERIFY=true git clone $NOVA_REPO
cd $TOP_DIR/nova
git chec
2 matches
Mail list logo