We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e6668d + ec1e896 commit bb26118Copy full SHA for bb26118
Makefile
@@ -1010,7 +1010,7 @@ edpm_nova_discover_hosts: ## trigger manual compute host discovery in nova
1010
oc rsh nova-cell0-conductor-0 nova-manage cell_v2 discover_hosts --verbose
1011
1012
.PHONY: openstack_crds
1013
-openstack_crds: namespace openstack_deploy_prep ## installs all openstack CRDs. Useful for infrastructure dev
+openstack_crds: namespace ## installs all openstack CRDs. Useful for infrastructure dev
1014
OPENSTACK_BUNDLE_IMG=${OPENSTACK_BUNDLE_IMG} OUT=${OUT} OPENSTACK_CRDS_DIR=${OPENSTACK_CRDS_DIR} OPERATOR_BASE_DIR=${OPERATOR_BASE_DIR} bash scripts/openstack-crds.sh
1015
1016
.PHONY: openstack_crds_cleanup
0 commit comments