rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 180 forks source link

Add support for distributed routers #525

Closed Fodoj closed 8 years ago

Fodoj commented 8 years ago

Even though it is not referenced in API ref, it is official feature, available in neutron cli, for example: http://docs.openstack.org/cli-reference/neutron.html

jtopjian commented 8 years ago

If you run neutron --debug router-create with the --distributed flag, are you able to see the "distributed" info in the request and response? If so, I think it would be helpful to update the JSON fixtures in the requests_tests.go file.

Fodoj commented 8 years ago

@jtopjian added, thanks

jrperritt commented 8 years ago

+2