[ https://issues.apache.org/jira/browse/CLOUDSTACK-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sudha Ponnaganti updated CLOUDSTACK-699:
----------------------------------------
Assignee: Joe Brockmeier
> 4.0 branch contains numerous hard coded references to 4.0.0-incubating, which need to
be changed to 4.0.1-incubating for the next release
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-699
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-699
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the default.)
> Affects Versions: 4.0.1
> Reporter: Chip Childers
> Assignee: Joe Brockmeier
> Priority: Blocker
> Fix For: 4.0.1
>
>
> Not all of these are problems, but this is the result of doing a grep for 4.0.0-incubating
in the 4.0 branch:
> grep -R 4.0.0-incubating * | grep -v target
> CHANGES:Version 4.0.0-incubating
> README.md:Apache CloudStack (Incubating) Version 4.0.0-incubating
> debian/changelog:cloud (1:4.0.0-incubating) unstable; urgency=low
> debian/changelog: * Bumping the version to 4.0.0-incubating
> developer/pom.xml: <version>4.0.0-incubating-SNAPSHOT</version>
> docs/en-US/added-API-commands-4-0.xml: <title>Added API Commands in 4.0.0-incubating</title>
> docs/en-US/Admin_Guide.xml: <productnumber>4.0.0-incubating</productnumber>
> docs/en-US/API_Developers_Guide.xml: <productnumber>4.0.0-incubating</productnumber>
> docs/en-US/build-deb.xml:cloud-agent_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-agent-deps_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-agent-libs_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-awsapi_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-cli_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-client_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-client-ui_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-core_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-deps_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-python_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-scripts_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-server_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-setup_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-system-iso_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-usage_4.0.0-incubating_amd64.deb
> docs/en-US/build-deb.xml:cloud-utils_4.0.0-incubating_amd64.deb
> docs/en-US/castor-with-cs.xml: <para>Install &PRODUCT; 4.0.0-incubating
by following the instructions given in the INSTALL.txt
> docs/en-US/changed-apicommands-4-0.xml: <title>Changed API Commands in 4.0.0-incubating</title>
> docs/en-US/cloudstack.xml: <productnumber>4.0.0-incubating</productnumber>
> docs/en-US/CloudStack_Nicira_NVP_Guide.xml: <productnumber>4.0.0-incubating</productnumber>
> docs/en-US/extracting-source.xml: <programlisting><prompt>$</prompt>
<command>tar</command> -jxvf apache-cloudstack-4.0.0-incubating-src.tar.bz2</programlisting>
> docs/en-US/extracting-source.xml: <programlisting><prompt>$</prompt>
<command>cd</command> ./apache-cloudstack-4.0.0-incubating-src</programlisting>
> docs/en-US/getting-release.xml: <ulink url="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2">
> docs/en-US/getting-release.xml: apache-cloudstack-4.0.0-incubating-src.tar.bz2</ulink>
> docs/en-US/getting-release.xml: <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc">PGP</ulink>
> docs/en-US/getting-release.xml: <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5">MD5</ulink>
> docs/en-US/getting-release.xml: <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha">SHA512</ulink>
> docs/en-US/Installation_Guide.xml: <productnumber>4.0.0-incubating</productnumber>
> docs/en-US/plugin-niciranvp-features.xml: <para>In CloudStack release 4.0.0-incubating
this plugin supports the Connectivity service. This service is responsible for creating Layer
2 networks supporting the networks created by Guests. In other words when an tennant creates
a new network, instead of the traditional VLAN a logical network will be created by sending
the appropriate calls to the Nicira NVP Controller.</para>
> docs/en-US/plugin-niciranvp-features.xml: <note><para>In CloudStack 4.0.0-incubating
only the XenServer hypervisor is supported for use in combination with Nicira NVP</para></note>
> docs/en-US/plugin-niciranvp-features.xml: <note><para>In CloudStack 4.0.0-incubating
the UI components for this plugin are not complete, configuration is done by sending commands
to the API</para></note>
> docs/en-US/plugin-niciranvp-revisions.xml: <member>Documentation
created for 4.0.0-incubating version of the NVP Plugin</member>
> docs/en-US/Release_Notes.xml: <title>Upgrade from 4.0.0-incubating to 4.0.1-incubating</title>
> docs/en-US/Release_Notes.xml: <para>Perform the following to upgrade from
version 4.0.0-incubating to version
> docs/en-US/Release_Notes.xml: <title>API Changes from 4.0.0-incubating to 4.0.1-incubating</title>
> docs/en-US/verifying-source.xml: <programlisting><prompt>$</prompt>
<command>gpg</command> --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</programlisting>
> docs/en-US/verifying-source.xml: <programlisting><prompt>$</prompt>
<command>gpg</command> --print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2
| <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5</programlisting>
> docs/en-US/verifying-source.xml: <programlisting><prompt>$</prompt>
<command>gpg</command> --print-md SHA512 apache-cloudstack-4.0.0-incubating-src.tar.bz2
| <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha</programlisting>
> plugins/network-elements/midokura-midonet/pom.xml: <version>4.0.0-incubating-SNAPSHOT</version>
> setup/apidoc/generateadmincommands.xsl: Apache CloudStack 4.0.0-incubating Root
Admin API Reference
> setup/apidoc/generatedomainadmincommands.xsl: Apache CloudStack 4.0.0-incubating
Domain Admin API Reference
> setup/apidoc/generatetoc_header.xsl: <h1>Apache CloudStack
4.0.0-incubating API Documentation</h1>
> setup/apidoc/generateusercommands.xsl: Apache CloudStack 4.0.0-incubating User
API Reference
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|