I have used the same way on Juno, it worked for me.
neutron port-update 63c9933f-7ecb-4f29-9a34-faece384530d \
--allowed-address-pairs type=dict list=true \
mac_address='fa:16:3e:89:11:22',ip_address='10.0.2.0/24' \
mac_address='fa:16:3e:89:33:44',ip_address='10.0.3.0/24'
Thanks,
Shiva
On Mon,
Hi,
I have lauched an IPS (intrusion prevention system, l2 device) instance on
devstack. I want to examine traffic hitting br-int and pass it back to
br-int. How do I pass traffic hitting br-int to my IPS instance. How do I
re-direct traffic to my IPS VM instance.
I want to examine whatever traf
Hi,
I have an image with /dev/sda partitions (IDE disk type) and virtio network
interfaces. I loaded my image on Openstack with followign command.
glance image-create --name --disk-format qcow2
--container-format bare --property hw_disk_bus=ide --property
hw_vif_model=virtio --is-public True --
Hi,
while launching VM using glance, we specify vif type as e1000 and virto.
But If I want to change later the vif type as virto from e1000 how do I do
that?
If I change nova.conf to use virtio does it effect all the VM's on that
compute node irrespective of which private subnet they belong to?
Hi,
while launching VM using glance, we specify vif type as e1000 and virto.
But If I want to change later the vif type as virto from e1000 how do I do
that?
If I change nova.conf to use virtio does it effect all the VM's on that
compute node irrespective of which private subnet they belong to?
Hi,
I have installed Devstack Juno on my ubuntu 14.04 VM.
I have only one NIC its in bridged mode. Its IP is 172.28.217.11.
I want to use same subnet IP's as my floating IP's so that I can access
Devstack VM's from outside network, like my host machine.
When I installed Devstack Juno it has pre-a