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

2017-01-23 Thread Dale Smith
Hi George,

It would be worth checking to see if that extension is available in your
installation:

$ openstack extension list --network -c Name -c Alias
+---+---+
| Name | Alias |
+---+---+
... | Allowed Address Pairs | allowed-address-pairs |
...

We've documented a full working example here, which may be useful, but I
can't see anything incorrect with your request.
http://docs.catalystcloud.io/tutorials/deploying-highly-available-instances-with-keepalived.html#allowed-address-pairs
(see further down under 'Virtual Address Setup' for CLI command
examples) cheers, Dale
On 23/01/17 10:41, 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


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] allowed_address_pairs for port in neutron

2017-01-23 Thread George Shuklin

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