Chuck Short
543a57a3d0
Removes the usage of the IPy module in favor of the netaddr module.
2011-06-25 01:54:28 +00:00
John Tran
df8448f9f6
"nova-manage checks if user is member of proj, prior to adding role for that project"
2011-06-23 15:57:55 +00:00
Chuck Short
3b120fe30c
Merge trunk:
2011-06-23 09:54:54 -04:00
Alex Meade
979a9d2587
fixed incorrect exception
2011-06-22 15:22:25 -04:00
John Tran
dca372d68a
nova-manage checks if user is member of proj, prior to adding role for that project
2011-06-20 15:28:34 -07:00
Johannes Erdfelt
cb059a76b9
Merge with trunk
2011-06-20 20:55:16 +00:00
Johannes Erdfelt
b9c74d0958
Clean up docstrings to match HACKING
2011-06-16 15:56:06 +00:00
Johannes Erdfelt
187341d714
Print list of agent builds a bit prettier
2011-06-15 15:21:20 +00:00
Johannes Erdfelt
8ecf36310d
PEP8 cleanups
2011-06-15 14:41:09 +00:00
Brian Waldon
7c68bb8172
merging trunk
2011-06-13 12:54:43 -04:00
Brian Waldon
8cc17d57a9
removing LocalImageService from nova-manage
2011-06-10 10:12:57 -04:00
Johannes Erdfelt
f732831bf4
Record architecture of image for matching to agent build later.
...
Add code to automatically update agent running on instance on instance
creation.
2011-06-09 20:11:55 +00:00
Chuck Short
22ffa88cc7
Fix merge conflict
2011-06-08 22:03:48 -04:00
Josh Kearney
aa343c994c
Remove unnecessary docstrings.
2011-06-07 11:45:25 -05:00
Josh Kearney
7bae412d23
Add the option to specify a default IPv6 gateway.
2011-06-07 10:47:14 -05:00
Chuck Short
0c3c0ef6e0
Use IPNetwork rather than IPRange
2011-06-07 10:39:30 -04:00
Chuck Short
e52069015a
Remove ipy from nova-manage and use netaddr
2011-06-06 15:32:48 -04:00
Justin Shepherd
3101d00040
Added 'config list' to nova-manage. This function will output all of the flags and their values.
...
# ./bin/nova-manage config list
--storage_availability_zone=nova
--ca_file=cacert.pem
--ec2_dmz_host=$my_ip
--fixed_range=10.0.0.0/8
--compute_topic=compute
--dmz_mask=255.255.255.0
****SNIP****
I also alphabetized the nova-manage category listing
2011-06-03 21:15:53 +00:00
Justin Shepherd
f6aa513024
added 'nova-manage config list' which will list out all of the flags and their values. I also alphabetized the list of available categories
2011-06-03 13:20:34 -05:00
Vishvananda Ishaya
2b8863d0da
Changes all uses of utcnow to use the version in utils. This is a simple wrapper for datetime.datetime.utcnow that allows us to use fake values for tests.
...
There are still a few places in the Zone code that is using datetime.now(), I'd prefer to move this to utils.utcnow() as well but I want to chat with sandy first to make sure that there won't be any issues.
2011-06-03 15:11:01 +00:00
Vishvananda Ishaya
b2fb1738db
make all uses of utcnow use our testable utils.utcnow
2011-06-02 14:23:05 -07:00
Dan Prince
4424bac302
Merge w/ trunk.
2011-06-02 10:09:18 -04:00
John Tran
ced79009e6
fixed as per peer review to make more consistent
2011-06-01 16:01:41 -07:00
John Tran
7c0564baf7
instance obj returned is not a hash, instead is sqlalchemy obj and hostname attr is what the logic is looking for
2011-05-26 10:22:45 -07:00
Dan Prince
6b0334ecbe
Merge w/ trunk.
2011-05-26 10:32:58 -04:00
Mark Washenberger
ec0e674ce1
Several changes designed to bring the openstack api 1.1 closer to spec
...
- add ram limits to the nova compute quotas
- enable injected file limits and injected file size limits to be overridden in the quota database table
- expose quota limits as absolute limits in the openstack api 1.1 limits resource
- add support for controlling 'unlimited' quotas to nova-manage
2011-05-25 20:35:16 +00:00
Brian Lamar
a2505ee554
Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py, moved libvirt templates, broke out firewall and network utilities.
2011-05-25 15:58:17 +00:00
termie
6be49381fc
make fake_flags set defaults instead of runtime values
2011-05-24 13:19:09 -07:00
William Wolf
c34d13c500
merge from trunk
2011-05-23 10:28:42 -04:00
William Wolf
1c315d2331
moved utils functions into nova/image/
2011-05-23 10:28:04 -04:00
Eldar Nugaev
6eaaf3183c
Merge and conflict resolving
2011-05-20 13:29:54 +04:00
Brian Lamar
afa8bb371a
Merged trunk and resolved horrible horrible conflicts.
2011-05-19 16:04:37 -04:00
Mark Washenberger
10816023a7
waldon's naming feedback
2011-05-19 14:08:15 -04:00
William Wolf
19e21e4a75
merge from trunk
2011-05-19 09:40:34 -04:00
Mark Washenberger
563a438df8
merge lp:nova
2011-05-18 19:30:58 -04:00
Johannes Erdfelt
7b8f6ac41a
Sort list of controllers/methods before printing
2011-05-18 21:25:35 +00:00
Naveed Massjouni
6c151bfbfe
Removed all utils.import_object(FLAGS.image_service) and replaced with
...
utils.get_default_image_service().
2011-05-18 03:51:25 -04:00
Mark Washenberger
1bc00ba6e7
support unlimited quotas in nova-manage and flags
2011-05-17 15:36:00 -04:00
Eldar Nugaev
0ac734f138
Improved error notification in network create
2011-05-17 16:15:21 +00:00
Eldar Nugaev
15bd0664ac
style fixing
2011-05-16 22:40:16 +04:00
Eldar Nugaev
9c5f353d24
Pep8 cleaning
2011-05-16 18:17:15 +04:00
Eldar Nugaev
a6cd2ca0ad
Added response about error in nova-manage project operations
2011-05-16 18:14:09 +04:00
Mark Washenberger
b1e14b1451
merge lp:nova
2011-05-13 12:57:24 -04:00
Vishvananda Ishaya
3b0b69ddc0
make sure proper exceptions are raised for ec2 id conversion and add tests
2011-05-11 11:02:01 -07:00
Brian Lamar
93d4d103dd
Updated the value of the nova-manager libvirt_type
2011-05-11 13:50:24 -04:00
Mark Washenberger
50404512a8
convert quota table to key-value
2011-05-06 17:37:35 -04:00
Eldar Nugaev
21b84aae20
spacing fix
2011-05-05 23:25:15 -07:00
Eldar Nugaev
315b1ebdcc
pep8 fix
2011-05-05 23:23:09 -07:00
Eldar Nugaev
d3c89daed9
Improved error notification in network create
2011-05-05 22:44:08 -07:00
Vishvananda Ishaya
114a55d024
Fixes for nova-manage vpn list
2011-05-04 22:06:44 +00:00