Bug 1031844
Summary: | Remove components from the guide that are not supported by RHOS. | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Summer Long <slong> |
Component: | doc-Configuration_Reference_Guide | Assignee: | Summer Long <slong> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ecs-bugs |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.0 | CC: | hateya, hrivero, jpichon, sclewis, yeylon |
Target Milestone: | --- | Keywords: | Documentation |
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-06 03:40:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1011085 |
Description
Summer Long
2013-11-19 00:28:52 UTC
Also to remove will be info for: Fedora, Ubuntu, Debian, openSUSE and SLES. Perry, I've assigned you this since it's a general inquiry. Let me know if I should direct to someone else. thanks, Summer Added note to both the volume driver and plugin sections. Looks like Mellanox and PLUMgrid are supposed to be spelled correctly. (Both mlnx and plumgrid used in the table header appear to be the plugin name, pulled out automatically from code.) All references to Nicira NVP changed to VMWare NSX (also code, per https://blueprints.launchpad.net/neutron/+spec/nicira-plugin-renaming) To research config and put in new Embrane section: Raised https://bugzilla.redhat.com/show_bug.cgi?id=1032398 Couldn't see any instances of 'arista', 'tail-f', or 'cisco', apart from the code usage (did correct quite a few errors though). Commented out both Hyper-V Plugin and Agent. Reworked hypervisors section to only reflect KVM and RHEL references. To research config and put in new Dell EqualLogic and Zadara sections: https://bugzilla.redhat.com/show_bug.cgi?id=1032404 Working through all Ubuntu/openSUSE/Fedora references. ----------- Julie, I'm having trouble finding the RHEL counterpart to this Ubuntu reference: Q: How do I adjust the dimensions of the VNC window image in the OpenStack dashboard? A: These values are hard-coded in a Django HTML template. To alter them, edit the _detail_vnc.html template file. The location of this file varies based on Linux distribution. On Ubuntu 12.04, the file is at /usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html. Modify the width and height parameters, as follows: <iframe src="{{ vnc_url }}" width="720" height="430"></iframe> Can you tell me where the RHEL template is kept? Couldn't find anything likely on a PackStack allinone installation. thanks, Summer Hi Summer, I'm wondering where the original question comes from? It seems out of date on 2 points: 1. _detail_vnc.html was renamed to be more general during the 3.0 / Grizzly release cycle, and is now called _detail_console.html (as it applies to both VNC and SPICE). 2. During the Grizzly / 3.0 timeframe, a patch to dynamically resize the console window was added, and it was also backported to Folsom / 2.1 (2012.2.4 upstream). In my mind, this should negate the need for manually modifying the values (for instance the height and width are now set to 100% in that template, rather than hard-coded) Scrubbing for Ubuntu, apt-get, Xen, XenAPI, suse Linux, Fedora, XenServer Also switched out documentation references. ch_config-overview.xml block-storage/section_volume-drivers.xml, added note about third-party drivers block-storage/ceph-rbd-volume-driver.xml, moved author cite down to a link in a note block-storage/drivers/emc-volume-driver.xml block-storage/drivers/hds-volume-driver.xml block_storage/section_volume-drivers.xml block_storage/emc-volume-driver.xml block_storage/drivers/hp-lefthand-driver.xml ch_computeconfigure.xml compute/section_compute-config-overview.xml compute/section_compute-scheduler.xml compute/section_compute-configure-migrations.xml compute/section_compute-configure-ipv6.xml compute/section_compute-hypervisors.xml, reworked to only reflect KVM as the option. compute/section_kvm.xml, reworked to only use RHEL references. compute/section_compute-configure-migrations.xml common/section_host_aggregates.xml common/section_compute-configure-vnc.xml --have asked Julie Pichon for help on this one. common/section_compute-configure-vnc.xml common/section_fibrechannel.xml common/nova-baremetal.xml local_settings.py/ removed last paragraph about ubuntu settings (couldn't just comment out) common/section_dashboard-configure-http.xml common/section_dashboard-configure-https.xml common/section_compute-configure-vnc.xml common/section_kvm_enable.xml ch_networkingconfigure.xml networking/section_networking-adv-config.xml networking/section_networking-plugins.xml, added note about third-party plugins, updated refs from Nicira NVP to VMWare NSX, commented out Cloudbase Hyper-V Plugin and Agent. Quite a few edits on the Arista table. networking/section_networking-scenarios.xml networking/section_networking-config-identity.xml object-storage/section_object-features.xml, updated section on swift-python-s3, Pete Z. confirmed updated section was ok. Will update with Julie's comments with review comments. Hi Summer, thanks for the link, I had a look at the FAQ you pointed to + Chapter 4 for the dashboard. Here are a few comments as to how they relate to Havana / 4.0, to the best of my knowledge. The copy of local_settings in 4.1.1 is old, I wonder if it's worthwhile mentioning the whole file when the answer only mentions OPENSTACK_HOST? New settings get added all the time. If we want to keep the full copy for now, a recent sample is available at https://github.com/openstack/horizon/blob/stable/havana/openstack_dashboard/local/local_settings.py.example 4.2.1 and 4.2.2 - I'd make a note to indicate that these files must match the respective service's policy file, e.g. keystone_policy.json should be the same as /etc/keystone/policy.json. 4.2.2 - The first line reads "keystone-policy" instead of "nova_policy" (and as a nit in 4.2.1 it should be keystone_policy with an underscore) I think the VNC window size adjustment in 3.3.5.1.5 and 4.1.3 can be removed for Havana / 4.0. Merged up in git; ready for QA when a new version is on the test server. |