server: fix NPE when router.service.offering is set due to service/disk offering refactoring#6120
Conversation
…sk offering refactoring
28fdb2e to
253def6
Compare
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2883 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3612)
|
| // specific language governing permissions and limitations | ||
| // under the License. | ||
| package org.cloud.network.router.deployment; | ||
| package org.apache.cloudstack.network.router.deployment; |
There was a problem hiding this comment.
Not blocking question: what's the reason for these package changes?
There was a problem hiding this comment.
@nvazquez
in cloudstack codebase, old java classes are in package com.cloud.xx.xx , new java classes are in package org.apache.cloudstack.xx.xx
these classes are in packages org.cloud.xx.xx which are not correct I think. therefore move to org.apache.cloudstack
Description
This PR fixes NPE by initializing diskOfferingDao.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?