Skip to content

Commit bb26118

Browse files
Merge pull request #1095 from abays/fix_openstack_crds
Fix openstack_crds Make target
2 parents 5e6668d + ec1e896 commit bb26118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ edpm_nova_discover_hosts: ## trigger manual compute host discovery in nova
10101010
oc rsh nova-cell0-conductor-0 nova-manage cell_v2 discover_hosts --verbose
10111011

10121012
.PHONY: openstack_crds
1013-
openstack_crds: namespace openstack_deploy_prep ## installs all openstack CRDs. Useful for infrastructure dev
1013+
openstack_crds: namespace ## installs all openstack CRDs. Useful for infrastructure dev
10141014
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
10151015

10161016
.PHONY: openstack_crds_cleanup

0 commit comments

Comments
 (0)