Re: [Openstack-operators] allowed_address_pairs for port in neutron

2017-01-23 Thread shiva m
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, Jan 23, 2017 at 4:11 PM, George Shuklin 
wrote:

> Hello.
>
> I'm trying to allow more than one IP on interface for tenant, but neutron
> (Mitaka) rejects my requests:
>
> $ neutron port-update b59bc3bb-7d34-4fbb-8e55-a9f1c5c88411
> --allowed-address-pairs type=dict list=true ip_address=10.254.15.4
>
> Unrecognized attribute(s) 'allowed_address_pairs'
> Neutron server returns request_ids: ['req-9168f1f4-6e78-42fb-8521-
> c69b1cfd4f67']
>
> Is someone done this? Can you show your commands to neutron and name
> version you are using?
>
>
> Thanks.
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] How to launch IPS/IDS on openstack

2016-09-16 Thread shiva m
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 traffic hitting my compute node. Can anyone
please help in achieving this.


Thanks,
Shiva
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Problem in using ide disk_type and virtio network interface

2016-05-30 Thread shiva m
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 --file 


I am able to launch the instane from this image but my network interfaces
are not coming up.

if I do lspci, I can see network interfaces are of type *virtio*


Can anyone please help in this regard. Am I missing anything.


Thanks,
Shiva
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Fwd: [openstack-operators] How do I change vif type to virtio for a VM?

2016-02-22 Thread shiva m
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?

Can any one please clarify on this.

Thanks,
Shiva
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [openstack-dev] How do I change vif type to virtio for a VM?

2016-02-22 Thread shiva m
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?

Can any one please clarify on this.

Thanks,
Shiva
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators