
Fix a minor test mistake that was copied around a few times. In mock setup, the intention was to only return a value of the rpc method used was a 'call', not 'cast'. Unfortunately, the variable checked was method instead of rpc_method, so this expected return was always set to None. This also points out that what's being tested here isn't what *really* was intended. It ends up testing that the code returns what we mocked it to return, which isn't all that useful. However, at least with this fix it's a bit more clear what it's trying to do. Change-Id: I18e85aa66f83331318177d70cbae2468ff8bb57d
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.