diff options
| author | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-17 20:17:09 +0900 |
|---|---|---|
| committer | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-17 20:17:09 +0900 |
| commit | 5415a59d473fb9ed374e746fb36f30fc664c4dec (patch) | |
| tree | 415894bdf2cffe4ff7083f42af1e72adde001bc7 /nova/api | |
| parent | 4407405244c3797ed1c0433eec7686e15340dca7 (diff) | |
Updated get_updated time
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/contrib/virtual_interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/contrib/virtual_interfaces.py b/nova/api/openstack/contrib/virtual_interfaces.py index 2d3850e12..b3bb00a8f 100644 --- a/nova/api/openstack/contrib/virtual_interfaces.py +++ b/nova/api/openstack/contrib/virtual_interfaces.py @@ -88,7 +88,7 @@ class Virtual_interfaces(extensions.ExtensionDescriptor): return "http://docs.openstack.org/ext/virtual_interfaces/api/v1.1" def get_updated(self): - return "2011-08-05T00:00:00+00:00" + return "2011-08-17T00:00:00+00:00" def get_resources(self): resources = [] |
