8000 Comparing master...stable/train · openstack/python-dracclient · GitHub
[go: up one dir, main page]

Skip to content
Permalink 8000

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-dracclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/python-dracclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/train
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 18 files changed
  • 4 contributors

Commits on Oct 4, 2019

  1. Fix .gitreview in stable/train

    This patch updates .gitreview on the stable/train branch so that
    "git review" automatically pushes to the correct branch.
    
    Change-Id: I5d7060cf70a7ba091af77c03ecd112475e5e8edb
    cdearborn committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    78407a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Fix pointer to upper_constraints.txt

    This patch corrects the pointer to upper_constraints.txt so that it
    uses the one on the stable/train branch.
    
    Change-Id: I9b9ddfe44ff778d061f76b607f5cfa45f981a4fe
    cdearborn committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    895ad93 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Fix parsing for virtual disk RAIDStatus attribute

    This patch changes the parsing of virtual disks so
    that if the DCIM_VirutalDiskView.RAIDStatus attribute
    is not present then DCIM_VirutalDiskView.RaidStatus
    will be used instead.
    This is needed due to the attribute being renamed in
    LCC version 4.0.0
    
    Change-Id: I4ca1b7f6df47ce808920b5e24ad0be6b76963917
    (cherry picked from commit 01e7ca1)
    Rachit7194 authored and cdearborn committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e931647 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Switch from oslosphinx to openstackdocstheme

    That's what the OpenStack community is using today. Also with newer
    Sphinx versions, the current approach does no longer build.
    
    Change-Id: Iab9f72bb146e8dd36de7fa868b41801e0c97e2ea
    (cherry picked from commit b4c304c)
    toabctl authored and cdearborn committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ebb63c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Create doc requirements.txt

    This patch creates a new doc/requirements.txt file, moves into it the
    required packages from test-requirements.txt, and makes the necessary
    changes to the docs build to fix the dependencies.
    
    Change-Id: I6cc9aadc6359fac5b985afb370bd4e33d4749b74
    (cherry picked from commit 1b22d27)
    cdearborn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    15008b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Added bus attribute to PhysicalDisks for NVMe drives

    This patch adds `bus` attribute to PhysicalDisks so clients
    can determine the PCI bus ID of NVMe drives.
    
    Change-Id: I9b6b88826b9902a059e1bf537e51d9f97c9389ba
    (cherry picked from commit 719a7d8)
    Rachit7194 authored and cdearborn committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    af01b6f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Add the ability to manage RAID settings

    This patch adds the ability to get and set the settings for RAID
    settings.
    
    Change-Id: Ifc63ca7d9a30378e75b160739b709a1264ffe550
    (cherry picked from commit c3bb960)
    mpardhi23 authored and cdearborn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b5db9d8 View commit details
    Browse the repository at this point in the history
Loading
0