240 Commits

Author SHA1 Message Date
Chuck Short
34713959aa Merge next 2014-10-11 23:16:04 -04:00
James Page
45f303f1b3 Invert relation check 2014-10-02 13:57:11 +01:00
James Page
a1feeb4b68 Ensure that general neutron context is applied in all circumstances so nova neutron configuration is correct 2014-10-02 13:56:19 +01:00
Chuck Short
7c8470191f Rediffed 2014-09-29 13:07:52 -04:00
Edward Hope-Morley
2e556e2042 fixed ipv6 support check 2014-09-26 19:20:20 +01:00
Hui Xiang
8d62f6e443 Fix lint errors 2014-09-18 21:00:57 +08:00
Hui Xiang
138722b1ac Remove haproxy checking 2014-09-18 20:56:48 +08:00
Hui Xiang
b2444aec20 Integrated all ipv6 check into setup_ipv6() 2014-09-18 20:55:05 +08:00
Liam Young
74deab51d5 Add support for notifications with zmq 2014-09-10 17:17:43 +00:00
Liam Young
afca851842 Correct topics 2014-09-09 10:56:37 +00:00
Liam Young
4e3c0fc4a4 Added 0mq support 2014-09-09 09:47:14 +00:00
Corey Bryant
e88e585a7d Specify which hypervisor to connect virsh to based on virt-type config. 2014-08-19 19:57:45 +00:00
Alexander List
5ead686b7b [alexlist] resolve merge conflict in nova_compute_utils 2014-08-14 15:16:18 +00:00
Liam Young
0d15e2c3e1 Another Minor bug fix 2014-07-09 14:42:57 +01:00
Liam Young
cd00f463be Minor bug fix 2014-07-09 14:30:56 +01:00
Liam Young
1eec7cb377 Add config for guest console access 2014-07-09 14:09:40 +01:00
James Page
01fbbe874e [gnuoy,r=james-page] Add support for separate management of neutron openvswitch configuration via subordinate. 2014-06-24 14:44:41 +01:00
James Page
ac08bebbb1 [caribou,r=james-page,t=james-page] SSH key exchange in large environments
In large OpenStack deployments, the length of the base64 encoded SSH keys and authorized hosts file exceeds the maximum command line parameter length.

Pass keys/lines individually to work around this issue.
2014-06-23 13:14:21 +01:00
Liam Young
8667d4222b Fixed 'is_relation_made' imported but unused 2014-06-23 12:28:35 +01:00
Liam Young
5f6e5b55ab Swap is_relation_made for relation_ids as relation_ids returns true quicker in the cycle 2014-06-20 16:09:22 +00:00
Liam Young
00fba8d2b3 Lint fixes 2014-06-20 11:10:54 +01:00
Liam Young
1298a3646f Add support for neutron plugin subordinate charms 2014-06-05 11:49:44 +01:00
Liam Young
329d389583 Cede control of neutron files if plugin relation exists 2014-06-05 07:29:31 +00:00
Jacek Nykis
39e5794359 Merged trusty changes 2014-05-27 14:19:22 +01:00
James Page
1a42f98392 [tribaal,r=james-page,t=james-page]
Resync helpers to pickup fixes for apt lock races and better block device detection and handling.
2014-05-21 11:04:25 +01:00
Louis Bouchard
144d69bf01 PEP8 cleanup 2014-05-06 16:15:33 +02:00
Louis Bouchard
af7678a46d Support for nova user added 2014-05-06 15:45:04 +02:00
Louis Bouchard
0ecf0015b2 Functional line by line fix to the charm. Need more testing for the nova user 2014-05-02 18:10:17 +02:00
James Page
9f5c6cc83f Merge instances-path for testing 2014-04-04 17:45:38 +01:00
Jacek Nykis
a8e7ad64fc Added authorized-keys-path config option which allows for non default authorized_keys file location 2014-04-03 16:50:00 +01:00
James Page
186d49f708 Rework upgrade handling 2014-04-01 17:01:37 +01:00
Jacek Nykis
1434f04c40 Merged upstream changes 2014-03-31 16:24:56 +01:00
James Page
5f99175a80 [yolanda,r=james-page] Add postgresql support
[james-page] Drop configuration of db connection for neutron/quantum
2014-03-31 12:00:16 +01:00
yolanda.robla@canonical.com
87653e3362 rebased 2014-03-28 12:21:02 +01:00
James Page
94822c5513 Merge ssl-everywhere branch 2014-03-27 11:08:20 +00:00
James Page
26fe3fb2b6 Fixup broken test cases for package list flattening 2014-03-27 10:34:29 +00:00
Corey Bryant
72dbfaeea3 Flatten net_manager packages when extending list in determine_packages() 2014-03-25 16:19:09 +00:00
yolanda.robla@canonical.com
973609322e changes to support postgresql 2014-03-25 10:12:03 +01:00
James Page
1113b1a528 Use install and upgrade during upgrade 2014-03-14 11:26:59 +00:00
James Page
3df73b093d Rework do_openstack_upgrade to accomodate config file name changes 2014-03-06 16:25:06 +00:00
James Page
129789f59c Use dist-upgrade 2014-03-06 13:42:17 +00:00
James Page
c93b6c12e2 Use upgrade for upgrades 2014-03-06 12:47:22 +00:00
James Page
4ff10cbab1 Fixup broken merge 2014-02-27 09:53:07 +00:00
Kapil Thangavelu
8e9599be11 merge trunk 2014-02-26 17:02:57 -05:00
Kapil Thangavelu
e140b98330 reorder contexts due to amqp cert writing dependency on network package 2014-02-24 14:30:10 -05:00
Kapil Thangavelu
3e28c0d8b4 rabbitmq ssl for quantum/neutron 2014-02-23 18:08:22 -05:00
Kapil Thangavelu
d7e90c0064 rabbit ssl support 2014-02-23 17:31:39 -05:00
Kapil Thangavelu
bb1b2a611f update helpers, utils, and conf templates 2014-02-21 09:36:58 -05:00
Brad Marshall
4978794555 [bradm] Fixed order of arguments to fix_path_ownership 2014-02-19 14:53:05 +10:00
Brad Marshall
581d7626d3 [bradm] Adding instance_path config variable in nova.conf, and fixing perms on dir 2014-02-19 14:40:50 +10:00