you can set network rate while creating the offering. for existing offerings, you need to dig into the DB:
SELECT id FROM disk_offering WHERE NAME="<OFFERING-NAME-HERE>" UPDATE service_offering SET nw_rate="200" WHERE id=<ID-FROM-ABOVE-HERE> stop and start existing VMs to apply the new setting On Wed, 13 Nov 2019 at 21:12, Fariborz Navidan <[email protected]> wrote: > It is not possible to modify network rate of a compute offering even if it > is a custom offering. Is there any setting key I can add to a VM's setting? > > On Wed, Nov 13, 2019 at 11:35 PM Andrija Panic <[email protected]> > wrote: > > > with KVM, you can set rate for each VM on the Compute Offering - or use > one > > of 2 global settings... > > > > On Wed, 13 Nov 2019 at 21:00, Fariborz Navidan <[email protected]> > > wrote: > > > > > Hello, > > > > > > Is there any way in ACS to limit network speed in per VM basis? > > > > > > Thanks all > > > > > > > > > -- > > > > Andrija Panić > > > -- Andrija Panić
