--dns_nameserver --host_route support in QuantumV2 CLI

Bug #1042982 reported by Nachi Ueno
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
Medium
Akihiro Motoki

Bug Description

--dns --host_route support in QuantumV2 CLI is missing

Revision history for this message
Gary Kotton (garyk) wrote :

Hi,
This is not a bug. You are able to set them via the following:

Host route example: -

quantum subnet-update 4fba3d20-18e8-4737-9323-8dbd64f18bdc --host_routes type=dict list=true destination=10.10.10.10/24,nexthop=1.1.1.1

DNS Namserver example:
 quantum subnet-update 4fba3d20-18e8-4737-9323-8dbd64f18bdc --dns_nameservers list=true 10.10.10.10 10.1.11.1

Thanks
Gary

Changed in python-quantumclient:
status: New → Invalid
Revision history for this message
Nachi Ueno (nati-ueno) wrote :

Hi Gary

I got it.
IMO, the way is for extensions.
Standard parameters should be appear in help command with usage.

So this should be fixed in G release.
How do you think?

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

This is a valid bug IMHO.

Considering that we still have a way to configure those parameter, albeit is the "extension way", I am not sure whether we want to target it for folsom-rc1. If we do so, I suggest to mark its priority as wishlist or low, in order to not distract core devs for reviewing high or critical patches.

Revision history for this message
dan wendlandt (danwent) wrote :

Salvatore, you are correct, I think this should be marked as a bug.

Changed in python-quantumclient:
status: Invalid → Confirmed
importance: Undecided → Medium
tags: added: folsom-rc-potential
Thierry Carrez (ttx)
tags: added: folsom-backport-potential
removed: folsom-rc-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-quantumclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/17345

Changed in python-quantumclient:
assignee: nobody → Akihiro Motoki (amotoki)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-quantumclient (master)

Reviewed: https://review.openstack.org/17345
Committed: http://github.com/openstack/python-quantumclient/commit/4f337d9bb7e0e3112a425d6cdfe87fb728c87cff
Submitter: Jenkins
Branch: master

commit 4f337d9bb7e0e3112a425d6cdfe87fb728c87cff
Author: Akihiro MOTOKI <email address hidden>
Date: Mon Dec 3 20:41:55 2012 +0900

    Add --dns-nameserver, --host-route, --disable-dhcp to subnet-create

    Fixes bug 1042982

    Change-Id: I71f7e54a0982ac5fd188986d902667bd3fd6b219

Changed in python-quantumclient:
status: In Progress → Fix Committed
Changed in python-quantumclient:
milestone: none → 2.1
Akihiro Motoki (amotoki)
Changed in python-quantumclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.