diff --git a/doc/openstack-ops/app_roadmaps.xml b/doc/openstack-ops/app_roadmaps.xml index b56382e3..4612ab01 100644 --- a/doc/openstack-ops/app_roadmaps.xml +++ b/doc/openstack-ops/app_roadmaps.xml @@ -383,10 +383,12 @@ the Icehouse release and perhaps further afield. straightforward use cases nova-network traditionally supported. Though significant effort has been made to address these concerns, - nova-network is unlikely to be deprecated in the - Icehouse release. The teams are also looking - into the possibility of re-opening development - on nova-network. + nova-network will not be deprecated in the + Icehouse release. In addition, the Program + Technical Lead of the Compute project has + indicated that to a limited degree, patches to + nova-network will now again begin to be + accepted. This leaves you with an important point of decision when designing your cloud. OpenStack Networking is robust enough to use with a small @@ -427,6 +429,19 @@ the Icehouse release and perhaps further afield. monolithic plugins associated with those L2 agents. +
+ Compute V3 API + The 3rd version of the Compute API will be released in + experimental status with Icehouse. Though the V2 API will + remain for two-to-three releases, this is the best time to + evaluate the new API and provide comments while it can be more + easily changed. Of particular note is the decision that the V3 + API will not support XML messages - being JSON only. This was + based on the poor testing of existing XML responses in the V2 + API, and lack of effort to continue to develop and maintain an + entire second response type. Feedback on this and any such + change is welcome by responding to the user survey. +
OpenStack on OpenStack (TripleO) Continues to improve and you may consider using it for greenfield @@ -440,7 +455,12 @@ the Icehouse release and perhaps further afield.
Bare-metal deployment (Ironic) - will it make it? + Though Bare-metal deployment has been widely lauded, and + development continues, the project to replace Compute's bare-metal + driver will likely not graduate in Icehouse. A particular blueprint to + follow is + Migration path from Nova's BM driver, which tracks the ability + to move to the new project from an existing bare metal deployment.
Database as a Service (Trove) @@ -475,5 +495,18 @@ the Icehouse release and perhaps further afield. including volume migration support, Ceph integration, and access control for volumes.
+
+ Toward a 'proper' Python SDK + Though many successfully use the various python-*client code as + an effective SDK for interacting with OpenStack, consistency between + the projects and documentation availability waxes and wanes. To combat + this, an effort to + improve the experience has started. Cross-project development + efforts in OpenStack have a checkered history, such as the + + unified client project having several false starts. However, + the early signs for the SDK project are promising and we expect to see + results during the Juno cycle. +