-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 29/04/14 16:58, Quentin Hartman wrote: > On Trusty, the description of the nova-cloud-controller charm says > it installs nova-network, and everything seems to indicate that it > supports it, but the package doesn't seem to ever actually be > installed. > > Is this by design to push people to Neutron, or is it an > oversight?
Neither; the nova-cloud-controller will configures itself to use nova-network by default, but the actual nova-network service itself runs directly on the nova-compute nodes (along with nova-api) - this is the multi-host model for deployment. Using nova-network requires extra network ports on the compute nodes for the private networking; in Ubuntu OpenStack CI testing we use the following flags when creating the private network: nova-manage network create private $NOVA_NET_PRIVATE_NET_CIDR \ 1 256--bridge=br100 --bridge_interface=eth1 --multi_host=T This makes the compute nodes use eth1 for private networking in multihost mode. - -- James Page Ubuntu and Debian Developer [email protected] [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJTYgvKAAoJEL/srsug59jDyVcP/0jlIrSTv/aylUasWO3KCSJG UeuZ5DudekAsgcMfB1N/QJ/tzYEmXxmvaCQymrLUCcdGaK1+7WAEH268/CCWSIgD 4jk53RzCmJxhS4gfjU+FmVbRDKpqVjZHkPTsVxruuLpJu0ydDNQjH+41Blt39oBZ JkefUaFDxttvgScJ91uqkHsMh7ed/xnR9ovlkJSrTqbVrMDulYTQhWovRN76yFim 1ZbCFTQZcYWSD4NZsIgspUWm30XGjr4Hl+NIYSrNfpIVwiueT2pQ9Io9L+BKL++G Ozdjod7XyojUwUTWT3mxRR89Il74o2gwutZhf3H5TvZ9Tpx5hnRyRXl0YqMHw3Zd 2M6kFEhQ8jPcxJpbXGXvslIZfjusJB7zjjUgFaKEGVv5yFkl/4dVNHizMESOKMuQ NiuiKTsfEKmmTRgCeO31nUjeEhO2sfTfBZg9hoCnIdVkc6gMyP+huQcBjReBU8IY aHdgcd5OuYkG88YJ/7JbOam26jQc4ZXuRaJeAnRs1eh8rufabA6mRiXSmUWgtxYG CEqiU4m0sw0FuoWcfFGalXLmosKrXN3+18i6w3MRuqvJY/s74Ab7/55XewghpQzr eeSJlcJ9Ifwuz0kco3Eb6S3f4TvgmQ8hcxYHbiLOR3AzrzQ5biMBKVsURe/n26F+ 2CZusTvq9yLDnadLoRKX =tX8X -----END PGP SIGNATURE----- -- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
