Created attachment 680221 [details] nameserver flag Description of problem: I was trying to create sunbet with dns server different than the DHCP ip. according to API --dns_nameservers with ip address should be used . CLI does provide any info about dns option . This operation will fail unless using list=true flag Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.quantum subnet-create --tenant-id<ID> <Network ID > 72.77.77.0/24 --dns_nameservers 14.14.14.14 2. repeat with list=true 3. see example attached Actual results: Expected results: - dnsserver option should be added to CLI options - list=true flag should not be in use Additional info:
This is not a bug. It is how the Quantum CLI works. There are a number of ways of going about configuring and we should definitely update our documenttation of the CLI.