76 Commits

Author SHA1 Message Date
Edward Hope-Morley
88ac14261c keyring user/group need to be unix ids not service name 2014-11-11 21:23:57 +00:00
Edward Hope-Morley
7d54a88041 cleanup up havana/juno templates 2014-11-11 20:51:01 +00:00
Edward Hope-Morley
7979bb7de3 fixed hook 2014-11-11 14:58:34 +00:00
Edward Hope-Morley
1ff08bf89d config flag cleanup 2014-11-11 14:25:29 +00:00
Edward Hope-Morley
ce0e9a4f2d added ceph broker call to create nova rbd pool 2014-11-11 14:11:34 +00:00
Edward Hope-Morley
55fdb02794 fixed lint issues 2014-10-13 08:39:34 +01:00
Edward Hope-Morley
1ec787c817 [hopem] Adds support for libvirt RBD imagebackend.
Closes-Bug: 1286762
2014-10-13 08:37:14 +01:00
Hui Xiang
6e04317a7c Refactor codes. 2014-09-30 15:40:06 +08:00
Edward Hope-Morley
2e556e2042 fixed ipv6 support check 2014-09-26 19:20:20 +01:00
Hui Xiang
61394563cc User get_ipv6_addr()[0] 2014-09-20 00:14:00 +08:00
Hui Xiang
b2444aec20 Integrated all ipv6 check into setup_ipv6() 2014-09-18 20:55:05 +08:00
Hui Xiang
6c65c31be6 Support cloud-compute for IPv6. 2014-09-17 14:49:43 +08: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
Liam Young
0f59e514bc Don't try and write neutron config if plugin is managing it 2014-06-23 15:00:12 +01:00
Liam Young
00fba8d2b3 Lint fixes 2014-06-20 11:10:54 +01:00
Liam Young
288fd3a618 Added test which is currently skipped as a marker 2014-06-19 14:09:51 +01:00
Liam Young
c8e9f5ff5c Remove setting of neutron_security_groups for plugin. This will come via api relation 2014-06-17 16:01:55 +01:00
James Page
5723e62876 Add hostname to cloud-compute relation for MAAS environment SSH keyscanning 2014-06-12 10:40:30 +01:00
Liam Young
c0aed86a05 Plugin will have direct relation with amqp server if it needs it so don't pass amqp creds 2014-06-11 09:21:59 +00:00
Liam Young
10d928b270 Fix bug causing key error if neutron_security_groups is not in ncc_context 2014-06-05 10:28:12 +00:00
Liam Young
381e13d0e2 Pass neutron_security_groups to plugin subordinate 2014-06-05 10:16:11 +00:00
Liam Young
1b331809d9 Instruct neutron_plugin to restart on ampq change 2014-06-05 07:34:13 +00:00
Liam Young
623be868ec Pass rabbit info to neutron-plugin 2014-06-05 07:23:35 +00:00
Edward Hope-Morley
39890a86c5 [hopem] added support for libvirt RBD imagebackend 2014-06-02 23:00:08 +01:00
Edward Hope-Morley
045106162c [hopem] added support for libvirt RBD imagebackend 2014-06-02 22:39:32 +01:00
Edward Hope-Morley
acdf0ebef8 [hopem] added support for libvirt RBD imagebackend 2014-06-02 22:25:04 +01:00
James Page
723bf2ab30 Revert accidental commits 2014-06-01 15:26:17 +01:00
Chuck Short
c600361299 Add power stuff 2014-05-31 07:52:53 -04:00
Chuck Short
2bfe7bfae5 Install libvirt-bin 2014-05-31 07:27:31 -04:00
Chuck Short
c01bdd2c7b install nova-common earlier 2014-05-31 07:13:59 -04:00
Chuck Short
3c6df43d72 testing 2014-05-31 07:02:21 -04:00
Liam Young
40d6866664 Remove stuff 2014-05-07 13:31:53 +00:00
Liam Young
eb590e43b7 Tidyup 2014-05-06 21:58:56 +00:00
Liam Young
a550a02537 start adding ovs plugin subordinate support 2014-05-06 16:07:42 +00:00
James Page
1d49d848de tidy pre-proposal 2014-04-10 17:09:53 +01:00
James Page
9f5c6cc83f Merge instances-path for testing 2014-04-04 17:45:38 +01:00
James Page
186d49f708 Rework upgrade handling 2014-04-01 17:01:37 +01:00
Jacek Nykis
81e9dd15dd Fixed bug in config-changed 2014-03-31 16:30:14 +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
b199ebcd74 typos 2014-03-25 11:27:22 +01:00
yolanda.robla@canonical.com
35becda0a9 adding missing hooks 2014-03-25 10:35:58 +01:00
yolanda.robla@canonical.com
973609322e changes to support postgresql 2014-03-25 10:12:03 +01:00
Brad Marshall
ac568b04d2 [bradm] Make instances-path have no default, and update code to reflect this 2014-02-27 15:06:49 +10:00
Brad Marshall
884af5c1b3 [bradm] Added missing import for fix_path_ownership 2014-02-19 16:03:50 +10: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
Ante Karamatic
85b9cc0cfe Remove duplicate function 2014-02-13 09:49:17 +01:00
yolanda.robla@canonical.com
466419c097 added amqp relation departed 2014-01-30 12:46:46 +01:00
James Page
465b5899e2 [james-page] Add support for optional resize support
[r,gandelman-a]
2014-01-24 15:21:15 +00:00
James Page
48fc3ff823 Enable shell access for nova when resize is enabled 2013-12-16 12:33:45 +00:00