4 Commits

Author SHA1 Message Date
Sahid Orentino Ferdjaoui
0ddcf11732 Removes vim configuration headers
- Removes vim headers: It's not needed to set tabstop tons of times,
   this can be done by setting vimrc.
 - I did not update files in common/* and install_venv_common.py because
   these files are sync with oslo.

Note:
  http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html

Closes-Bug: #1265474
Change-Id: Ia09dc2c908187a756bf55eaba74655484304517d
2014-01-08 08:13:46 +00:00
Alessio Ababilov
c9fc9b5b8f Make ManagerWithFind abstract and fix its descendants
ManagerWithFind requires list() method in its descendants.
Make it abstract and fix its improper descendants that do
not implement list() (SecurityGroupRuleManager and many others).

Fixes: bug #1180393
Change-Id: Ic8b466a57554018092c31c6d6b3ea62f181d7000
2013-05-15 21:47:05 +03:00
Kurt Taylor
20ede68ede Fix IBM copyright strings
Update IBM copyright strings to one consistant format

Change-Id: Iabd059132cc3092b6dbbaa6c1f19fb93acee0a30
2013-04-02 18:37:27 -04:00
Chris Yeoh
3839d284da Adds nova client support for nova-manage fixed command
Adds the following commands:
- "fixed-ip-get <ip_addr>" - displays information about the fixed ip ip_addr
- "fixed-ip-reserve <ip_addr>" - reserves the fixed ip ip_addr
- "fixed-ip-unreserve <ip_addr>" - unreserves the fixed ip ip_addr

Change-Id: I6a5c8b9f7ab359adeb57b86240279649cd421801
Implements: blueprint apis-for-nova-manage
2012-11-22 22:43:59 +10:30