openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #19697
Re: Why don't nova provide the command of listing fixed ip like nova-manage fixed list?
We didn't implement list as the operation is very expensive. You can get the cidr for a network using nova network-list and check each one clientside via nova fixed-ip-get
Vish
On Dec 26, 2012, at 4:47 PM, zhoudshu zhoudshu <zhoudshu@xxxxxxxxx> wrote:
> I can't find the same one in nova api or novaclient as the command:"nova-manage fixed list"
>
> 2012/12/26 heut2008 <heut2008@xxxxxxxxx>
> which feather you want that cann't be found ? actualy,most of the nova-manage function has been implemented to both nova api and python-novaclient.
>
>
> 2012/12/26 zhoudshu zhoudshu <zhoudshu@xxxxxxxxx>
> From this Blueprints: https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage , this feature had already been finished and merged to git master branch.
> However, I installed the newest version and didn't find the similar command. Can anybody know the reason. thanks
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
> --
> Yaguang Tang
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
References